1.1.0 • Published 3 years ago
bmkg-weather v1.1.0
bmkg-weather
NodeJS BMKG Weather Service
Install
npm install bmkg-weatheror
yarn add bmkg-weatherImplementation
import BMKGWeather from 'bmkg-weather';
const result = await BMKGWeather.getAll();
console.log(result);