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