Simple weather app!
- Ruby
- Docker
- Open weather API
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