bmkg-weather

NodeJS BMKG Weather Service


Keywords
bmkg, bmkg-temperature, bmkg-weather
License
MIT
Install
npm install bmkg-weather@1.1.0

Documentation

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);