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);NodeJS BMKG Weather Service
Homepage Repository npm TypeScript Download
npm install bmkg-weather@1.1.0
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);