0.0
No release in over 3 years
Low commit activity in last 3 years
CLI tool for fetching weather data
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.13

Runtime

~> 1.6.3
~> 0.17
~> 3.0
~> 1.0.1
 Project Readme

WeatherFetch

A CLI tool for fetching weather data.

Installation

Add this line to your application's Gemfile:

gem 'weatherfetch'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install weatherfetch

Usage

Get Weekly Forecast

weatherfetch daily [name_of_city|zip_code|city,state_abbr|city,country_abbr]

Get Hourly Forecast (48 hours)

weatherfetch hourly [name_of_city|zip_code|city,state_abbr|city,country_abbr]

Notes

  • Multi word cities should be passed with a - (e.g., 'new-york', 'new-zealand', 'belo-horizonte').

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/DylanAndrews/weatherfetch.

License

The gem is available as open source under the terms of the MIT License.