weather-zip

1.0.0 • Public • Published

weather-zip

Get weather information from zip code

install

npm install --save weather-zip

Use

var Weather = require("weather-zip");

weather = new Weather("YOUR_FORECASTIO_KEY");

weather.get("90210")
.then(function (data){
  console.log(data);
});
'''

Package Sidebar

Install

npm i weather-zip

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • dtolb