0.0
No commit activity in last 3 years
No release in over 3 years
Check the weather without leaving your terminal. Uses Google's weather API to provide current conditions and forecast weather information.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 1.3.0
~> 1.6.2
>= 0
~> 2.6.0

Runtime

 Project Readme

thundersnow

A Ruby based command-line utility for viewing the weather

Installation

gem install thundersnow

Usage

Current Conditions:

Specify zipcode or location in quotes:

thundersnow 05401
thundersnow "burlington, vt"

Output:

Current Conditions for Burlington, VT
Clear
8°F / -13°C
Wind: NW at 19 mph
Humidity: 56%

Forecast Conditions:

Use the --forecast option to see a 4-day forecast

thundersnow 05408 --forecast

Output:

Weather Forecast for Burlington, VT
Forecast for Today
High: 34°F / Low: 4°F
Conditions: Scattered Snow Showers
-------------------------
Forecast for Tomorrow
High: 23°F / Low: 5°F
Conditions: Snow Showers
-------------------------
Forecast for Thu
High: 16°F / Low: 7°F
Conditions: Snow Showers
-------------------------
Forecast for Fri
High: 21°F / Low: 16°F
Conditions: Partly Cloudy
-------------------------

Copyright

Copyright © 2011 Peter Brown. See LICENSE.txt for
further details.