NodeJS BMKG Weather Service
npm install bmkg-weather
or
yarn add bmkg-weather
import BMKGWeather from 'bmkg-weather'; const result = await BMKGWeather.getAll(); console.log(result);
Generated using TypeDoc