/desafio-ruby-weather-app

Ruby app that uses openweather api to tell weather from a location

Primary LanguageRuby

desafio-ruby-weather-app

Simple weather app!

Technologies used

How to run

First clone project:

git clone https://github.com/mastercode64/desafio-ruby-weather-app.git

Go to project folder:

cd desafio-ruby-weather-app

Edit .env file and input your API key and your location. Example:

API_KEY=a4275420186b3d597fe3bc778ad8aecb
LOCATION=são paulo

Run app using docker command:

docker-compose up