This repo contain a small app using python to call API to check weather in a different cities.
using this website as API (https://openweathermap.org) for the weather data
1- On my machine i created a small app which call the weather in different cities depends on city latitude and longitude.
2- test the file with localhost and return the correct data from the API.
3- create a docker file to run the app on a docker container.
4- run the docker file and test the API if return the same correct data as without docker.
5- upload the files of (weather.py, reuirements.txt and dockerfile) on github repo.
6- run a github action for my files to check ci/cd as part of my training.
7- update readme file after the success of my action as all work is done correctly.