{"id":15091405,"url":"https://github.com/raphaelbh/timezone-api","last_synced_at":"2026-01-04T22:41:20.490Z","repository":{"id":135191520,"uuid":"454988201","full_name":"raphaelbh/timezone-api","owner":"raphaelbh","description":"Timezone API is a simple web service that returns the current date and time considering a given time zone.","archived":false,"fork":false,"pushed_at":"2023-07-29T00:52:01.000Z","size":51,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-27T10:41:38.637Z","etag":null,"topics":["api","date","datetime","docker","docker-compose","dockerfile","dockerhub","flask","github-actions","heroku","heroku-deployment","open-api","open-api-specification","python","rest-api","swagger","swagger-ui","time","timezone"],"latest_commit_sha":null,"homepage":"https://timezone-api-01.herokuapp.com/api/v1/swagger","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raphaelbh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-03T01:01:01.000Z","updated_at":"2025-01-07T06:05:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"c3a723a1-0147-44bc-8c84-09790310e6cf","html_url":"https://github.com/raphaelbh/timezone-api","commit_stats":{"total_commits":60,"total_committers":1,"mean_commits":60.0,"dds":0.0,"last_synced_commit":"c81d590423ff1b94ac2fb10dcb6e6f43f1d61163"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphaelbh%2Ftimezone-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphaelbh%2Ftimezone-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphaelbh%2Ftimezone-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphaelbh%2Ftimezone-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raphaelbh","download_url":"https://codeload.github.com/raphaelbh/timezone-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244945590,"owners_count":20536296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","date","datetime","docker","docker-compose","dockerfile","dockerhub","flask","github-actions","heroku","heroku-deployment","open-api","open-api-specification","python","rest-api","swagger","swagger-ui","time","timezone"],"created_at":"2024-09-25T10:40:58.415Z","updated_at":"2026-01-04T22:41:20.464Z","avatar_url":"https://github.com/raphaelbh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Timezone API\n\n[![Project Status](https://img.shields.io/static/v1?label=project%20status\u0026message=complete\u0026color=success\u0026style=flat-square)](#)\n[![GitHub License](https://img.shields.io/github/license/raphaelbh/python-web-template?style=flat-square)](#)\n\nTimezone API is a simple web service that provides useful time zone services to external third parties.\n\nThis project was created with the purpose of deepening knowledge in python, openapi specification, github actions and heroku integration.\n\n## Demo\n\n[https://timezone-api.onrender.com/api/v1/swagger/](https://timezone-api.onrender.com/api/v1/swagger/)\n\n## Requirements\n\n[![docker](https://img.shields.io/badge/Docker-2CA5E0?style=for-the-badge\u0026logo=docker\u0026logoColor=white)](https://www.docker.com/)\n\n## Installation\n\n```bash\n$ docker-compose up -d\nor\n$ docker run -p 5000:5000 -e PORT=5000 -d raphaelbh/timezone-api\n```\n    \n## Usage\n\n```bash\n$ curl http://localhost:5000/api/v1/now\n$ curl http://localhost:5000/api/v1/timezones\n```\n\n## Running Tests\n\n```bash\n$ export PYTHONPATH=application\n$ pytest --cache-clear --cov=application tests/\n```\n\n## Tech Stack\n\n[![docker](https://img.shields.io/badge/Docker-2CA5E0?style=for-the-badge\u0026logo=docker\u0026logoColor=white)](https://www.docker.com/)\n[![python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge\u0026logo=python\u0026logoColor=blue)](https://www.python.org/)\n[![flask](https://img.shields.io/badge/Flask-000000?style=for-the-badge\u0026logo=flask\u0026logoColor=white)](https://flask.palletsprojects.com/en/2.0.x/)\n[![swagger](https://img.shields.io/badge/Swagger-85EA2D?style=for-the-badge\u0026logo=Swagger\u0026logoColor=white)](https://swagger.io/)\n[![heroku](https://img.shields.io/badge/Heroku-430098?style=for-the-badge\u0026logo=heroku\u0026logoColor=white)](https://heroku.com)\n\n## Reference\n\n- https://devcenter.heroku.com/articles/container-registry-and-runtime\n\n## Feedback\n\nIf you have any feedback, please contact me at raphaeldias.ti@gmail.com\n\n[![github](https://img.shields.io/badge/GitHub-100000?style=for-the-badge\u0026logo=github\u0026logoColor=white)](https://github.com/raphaelbh)\n[![linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/raphaelbh/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphaelbh%2Ftimezone-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraphaelbh%2Ftimezone-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphaelbh%2Ftimezone-api/lists"}