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
- Host: GitHub
- URL: https://github.com/sheikh-bilal/weatherman
- Owner: sheikh-bilal
- Created: 2021-04-15T15:06:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T15:26:24.000Z (about 5 years ago)
- Last Synced: 2025-10-28T12:45:04.238Z (8 months ago)
- Topics: ruby, terminal-based
- Language: Ruby
- Homepage:
- Size: 302 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
**********************************************************