Forecast_Api
A faboulous weather gem for your convenience. Instead of going through the hassle of opening an app, you can use your terminal and type in commands!
Installation
This is meant to be an executive gem!
Install it yourself as:
$ gem install forecast_api
Usage
To get the current weather in your location, type in
weather 'zip code'
If I lived in Chicago, I would type
weather 60610
You'll get a list of the current, next day, 3 day and 7 day weather forecasts.
This was just for practice so don't take it too seriously.
Contributing (if you're bored)
- Fork it ( https://github.com/[my-github-username]/forecast_api/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request