@oneboteam/openweather
v2.2.1
Published
Simple api for Weather
Downloads
2
Readme
OpenWeatherMap API (Simple)
How to install
npm install @oneboteam/openweather
How 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'));