An open API service indexing awesome lists of open source software.

https://github.com/sheikh-bilal/weatherman

weather app using ruby
https://github.com/sheikh-bilal/weatherman

ruby terminal-based

Last synced: about 2 months ago
JSON representation

weather app using ruby

Awesome Lists containing this project

README

          

# Weatherman App

Ruby based app which use raw data(files) to analayze weather for specific year

**********************************************************
ruby weatherman.rb -e 2002 /path/to/filesFolder
* Highest: 45C on June 23
* Lowest: 01C on December 22
* Humid: 95% on August 14
**********************************************************

ruby weatherman.rb -a 2005/6 /path/to/files
* Highest Average: 39C
* Lowest Average: 18C
* Average Humidity: 71%
**********************************************************

ruby weatherman.rb -c 2011/03 /path/to/files
* March 2011
* 01 ++++++++++++++++++++++++ 25C
* 01 +++++++++++ 11C
* 02 +++++++++++++++++++++ 22C
* 02 ++++++++ 08C
**********************************************************

BONUS TASK

ruby weatherman.rb -c 2011/3 /path/to/files
* March 2011
* 01 +++++++++++++++++++++++++++++++++++ 11C - 25C
* 02 +++++++++++++++++++++++++++++ 08C - 22C

**********************************************************