1.0.0 • Published 3 years ago

@chaonengtan/weather-api-lib v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

GitHub repo sizeGitHub issues

A short little weather api lib for https://openweathermap.org/ API. Contains instant call functions for obtaining weather using city, geo-location, and city perameters. Returned information can be unformatted or formatted depending on usage getWeatherperameter/obtainWeatherperameter ie. getWeatherZip(apiKey, zip, 'imperial') // returns json data from openweathermap API .then((data) => { // does something with the data // something cool happens })