WIP -- Development ongoing
Program that collects Open Weather API data and store it as a .json file https://hub.docker.com/repository/docker/brunodpoliveira/devgrid-openweather
https://openweathermap.org/home/sign_up
https://home.openweathermap.org/api_keys
Rename it to API_KEY Be aware of the 2-hour cooldown on new API keys
In the line
credentials = {'API_KEY': ''}
Replace empty quotes w/ your key.
Copy+paste the following on terminal
docker container run devgrid-openweather
It'll run the program in http://0.0.0.0:5000/
Type the following commands on terminal
cd (folder where you saved devgrid here)
cd src
python3 app.py
it'll run the program in http://127.0.0.1:5000
as of this commit, testing_code.py is a placeholder script. It won't work
python,docker,github,asyncio
ubuntu
gitkraken (github), kitematic (docker)
flask