bmkg-weather
v1.1.0
Published
NodeJS BMKG Weather Service
Downloads
2
Readme
bmkg-weather
NodeJS BMKG Weather Service
Install
npm install bmkg-weather
or
yarn add bmkg-weather
Implementation
import BMKGWeather from 'bmkg-weather';
const result = await BMKGWeather.getAll();
console.log(result);