node-forecastio:Forecast.io API的node.js客户端

时间:2024-06-02 12:11:09
【文件属性】:

文件名称:node-forecastio:Forecast.io API的node.js客户端

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-02 12:11:09

nodejs weather node forecast forecastio

预报 用于node.js客户端库。 有关端点和响应格式的说明和更多详细信息,请参阅 安装 npm install forecastio 用法 假设您需要英国伦敦的: var ForecastIo = require ( 'forecastio' ) ; var forecastIo = new ForecastIo ( '' ) ; forecastIo . forecast ( '51.506' , '-0.127' ) . then ( function ( data ) { console . log ( JSON . stringify ( data , null , 2 ) ) ; } ) ; “时间机器”请求 Forecast.io还支持。 引用官方文档,您可以对“许多地方”提出“过去60年到未来10年”的要求。 例子: // What was th


【文件预览】:
node-forecastio-master
----.gitignore(12B)
----README.md(3KB)
----test()
--------test.js(5KB)
----LICENSE(1KB)
----package.json(824B)
----index.js(3KB)
----.travis.yml(239B)

网友评论