ec-weather-js:用于加拿大环境的非官方JavaScript API,天气RSS

时间:2024-05-04 13:23:55
【文件属性】:

文件名称:ec-weather-js:用于加拿大环境的非官方JavaScript API,天气RSS

文件大小:116KB

文件格式:ZIP

更新时间:2024-05-04 13:23:55

JavaScript

ECWeatherJS 非官方JavaScript环境Canada Weather API。 安装 npm install ec-weather-js 用法 首先,从加拿大环境部的获取特定站点的,并将其解析为文本。 (此库不获取数据。) 接下来,将此数据传递给Weather构造函数: const Weather = require ( 'ec-weather-js' ) ; const weather = new Weather ( fetchedXMLWeatherData ) ; 现在,您可以将所有数据作为对JavaScript友好的对象进行检索: weather . all 或者只是当前条件: weather . current 或特定日期的预测: weather . forecast ( date ) 每周和每小时预测 weather . weekly 和 w


【文件预览】:
ec-weather-js-main
----ForecastArray.js(3KB)
----ForecastArray.test.js(2KB)
----Weather.js(6KB)
----.npmignore(51B)
----helpers()
--------nestedProp.js(284B)
--------nestedProp.test.js(854B)
----CONTRIBUTING.md(402B)
----LICENSE.md(1KB)
----testdata.js(30KB)
----README.md(1KB)
----Parse.test.js(4KB)
----.gitignore(31B)
----Parse.js(5KB)
----package-lock.json(411KB)
----package.json(517B)
----Weather.test.js(10KB)

网友评论