Skip to content

adityamr15/bmkg-weather

Repository files navigation

bmkg-weather

npm npm npm type definitions

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

const searchResult = await BMKGWeather.getAll({ query: 'sumbawa' });
console.log(searchResult);