1.6.6 • Published 4 years ago

weather-underground-by-zip v1.6.6

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

weather-underground-by-zip

Build Status Coverage Status npm

Retrieve weather data for a specific zipcode. No API keys required! The name is a misnomer because the app no longer uses Weather Underground.

Installation

npm install weather-underground-by-zip

Usage

RunKit Example

const weather = require('weather-underground-by-zip')();
const zipcode = 90210;

await require("util").promisify(weather.request)(zipcode);
//{description: "Partly cloudy", location: "Beverly Hills, CA", temperature: 68, temperatureUnit: "F"}

Running the tests

npm test

License

MIT

1.6.6

4 years ago

1.6.5

4 years ago

1.6.4

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.1

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago