Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 499 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 499 Bytes

What are the degrees out today?

Degrees is a command line utility to answer that daily question.

Installation

Install Degrees via NPM

$ npm install degrees -g

Usage

Display the predicted high and low temperature for today in Brooklyn

$ degrees
=> Today's high in 11231: 70
=> Today's low in 11231: 54

Display the predicted high and low temperature for today in another zipcode

$ degrees 90210
=> Today's high in 90210: 73
=> Today's low in 90210: 58