1.0.5 • Published 2 years ago

taiwan-weather-1 v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago