文件名称:WeatherMapAPI:简单的API示例,可提取指定城市的温度数据
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-24 18:29:42
JavaScript
WeatherMap API测试 简单的API示例,可提取指定城市的温度数据 ##设置 安装节点模块 > npm install 测试 > npm test 启动服务器 > npm start ##用法 服务器将在localhost:8080上侦听。 默认情况下,对服务器的任何调用都将以坦帕的温度数据作为响应。 服务器接受参数?city={city} ,其中服务器将以该城市的当前温度进行响应。 示例: http://localhost:8080/?city=Orlando,fl
【文件预览】:
WeatherMapAPI-master
----.gitignore(13B)
----package.json(368B)
----README.md(506B)
----test()
--------test.js(2KB)
----server.js(2KB)