Skip to content

Latest commit

 

History

History
executable file
·
18 lines (15 loc) · 388 Bytes

readme.md

File metadata and controls

executable file
·
18 lines (15 loc) · 388 Bytes

us-weather-cli

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

Installation

$ npm install -g us-weather-cli

Usage

# 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!