Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tynandebold/us-weather-cli

What's the weather here, there, or anywhere in the U.S.?
https://github.com/tynandebold/us-weather-cli

javascript nodejs npm npm-package weather weather-app weather-cli weather-forecast

Last synced: 23 days ago
JSON representation

What's the weather here, there, or anywhere in the U.S.?

Awesome Lists containing this project

README

        

# us-weather-cli
What's the weather here, or there, or anywhere in the U.S.?

## Installation
```sh
$ npm install -g us-weather-cli
```

## Usage
```sh
# Get current weather as well as a 5-day forecast
$ weather
```
There are two prompts:
1. Celsius or Fahrenheit (enter either c, celsius, f, or fahrenheit).
2. Enter the U.S. Zip Code you want to see the weather for.

That's it. Enjoy!