Options
All
  • Public
  • Public/Protected
  • All
Menu

bmkg-weather

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

Generated using TypeDoc