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)

  1. Fork it ( https://github.com/[my-github-username]/forecast_api/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request