Project

bomtempo

0.0
No release in over a year
Bom Tempo, get a weather forecast for the next few days
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Gem Bom Tempo

If you need information about the weather in a specific city? This gem Offers a weather forecast for the next 5 days of a city.

Author

Installation

  gem install bomtempo

Obs: credential is required in https://openweathermap.org/

  Bomtempo.config do |c|
    c.access_token = "OPEN_WEATHER_MAP_TOKEN"
  end

How use

    Bomtempo.weather_in({
        city: "São Paulo",
        state: "SP",
        country: "BR
    })

Licence

MIT