taiwan-weather-1

1.0.5 • Public • Published

taiwan-weather-1

npm version

Installation

npm install --save taiwan-weather-1

##​​ Requirements

首先申請中央氣象局 open data 的帳號並得授權碼

Sample Code

const TaiwanWeather = require(`taiwan-weather-1`);
(async () => {
  let data = await TaiwanWeather(授權碼, `新北市`); //`新北市` 可以換成其他中央氣象局授受的城市名稱

  console.log(data);
})();

License

The MIT license

Readme

Keywords

none

Package Sidebar

Install

npm i taiwan-weather-1

Weekly Downloads

2

Version

1.0.5

License

MIT

Unpacked Size

23.2 kB

Total Files

7

Last publish

Collaborators

  • wolke.web.app