adityamr15 / bmkg-weather

Home Page:https://adityamr15.github.io/bmkg-weather/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://adityamr15.github.io/bmkg-weather/

License:MIT License


Languages

Language:TypeScript 100.0%