taiwan-weather-th
v1.0.1
Published
Node.js example server starter project
Downloads
3
Readme
taiwan-weather
Installation
'''bash npm install --save taiwan-weather '''
Requirements
首先申請中央氣象局 open data的帳號並取得授權碼
Sample Code
'''js const TaiwanWeather = require('xxx'); (async () => { let data = awqit TaiwanWeather(授權碼,'新北市'); console.log(data); })(); '''
License
The MIT license