Skip to content

tynandebold/us-weather-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!