1.6.6 • Published 5 years ago

weather-underground-by-zip v1.6.6

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

1.6.5

5 years ago

1.6.4

5 years ago

1.6.3

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago