Timezone API is a simple web service that provides useful time zone services to external third parties.
This project was created with the purpose of deepening knowledge in python, openapi specification, github actions and heroku integration.
https://timezone-api.onrender.com/api/v1/swagger/
$ docker-compose up -d
or
$ docker run -p 5000:5000 -e PORT=5000 -d raphaelbh/timezone-api
$ curl http://localhost:5000/api/v1/now
$ curl http://localhost:5000/api/v1/timezones
$ export PYTHONPATH=application
$ pytest --cache-clear --cov=application tests/
If you have any feedback, please contact me at raphaeldias.ti@gmail.com