@chaonengtan/weather-api-lib
v1.0.0
Published

Readme
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 getWeather[perameter]/obtainWeather[perameter] ie. getWeatherZip(apiKey, zip, 'imperial') // returns json data from openweathermap API .then((data) => { // does something with the data // something cool happens })
