bryanwoods / degrees

What are the degrees out today?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

What are the degrees out today?


Languages

Language:JavaScript 54.1%Language:CoffeeScript 45.9%