@oneboteam/openweather
v2.2.1
Published
Simple api for Weather
Readme
OpenWeatherMap API (Simple)
How to install
npm install @oneboteam/openweatherHow to import package
const API = require('@oneboteam/openweather');How to set API key
API.setAPIkey('You can get api : https://openweathermap.org/api');how to use
console.log(API.getWeatherByName('Jakarta'));