yr.no-forecast:Node.js模块从yr.no服务获取JSON格式的天气预报数据

时间:2024-05-30 16:36:41
【文件属性】:

文件名称:yr.no-forecast:Node.js模块从yr.no服务获取JSON格式的天气预报数据

文件大小:30KB

文件格式:ZIP

更新时间:2024-05-30 16:36:41

json forecast weather-data yrno metno

yr.no-precast 包装器可轻松获取JSON格式的指定位置的天气数据。 在幕后使用 。 请参阅的API文档。 用法 使用getWeather(queryParams)函数通过调用“ locationforecast” API来获取LocationForecast对象。 这是一个例子: const yrno = require ( 'yr.no-forecast' ) ( { version : '1.9' , // this is the default if not provided, request : { // make calls to locationforecast timeout after 15 seconds timeout : 15000 } } ) ; const LOCATION = { // This is Dubli


【文件预览】:
yr.no-forecast-master
----.gitignore(50B)
----README.md(5KB)
----CHANGELOG.md(1KB)
----test()
--------test.js(9KB)
----fixtures()
--------weather-response-oslo.xml(150KB)
--------weather-response-oslo.json(324KB)
--------five-day-oslo.json(3KB)
----LICENSE(1KB)
----.eslintrc(970B)
----package.json(2KB)
----benchmark()
--------index.js(985B)
----index.js(8KB)
----example()
--------dublin-weather.js(1KB)
----.travis.yml(114B)

网友评论