{"id":20215048,"url":"https://github.com/betterstack-community/flask-world-clock","last_synced_at":"2025-11-29T10:06:18.693Z","repository":{"id":83741975,"uuid":"537931593","full_name":"betterstack-community/flask-world-clock","owner":"betterstack-community","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-23T15:50:57.000Z","size":471,"stargazers_count":0,"open_issues_count":1,"forks_count":18,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T21:44:44.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/betterstack-community.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-09-17T21:11:37.000Z","updated_at":"2022-09-19T14:31:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa138c25-48e1-4106-876e-f9d06ff6bb9e","html_url":"https://github.com/betterstack-community/flask-world-clock","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betterstack-community%2Fflask-world-clock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betterstack-community%2Fflask-world-clock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betterstack-community%2Fflask-world-clock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betterstack-community%2Fflask-world-clock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/betterstack-community","download_url":"https://codeload.github.com/betterstack-community/flask-world-clock/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241652965,"owners_count":19997578,"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":[],"created_at":"2024-11-14T06:19:27.366Z","updated_at":"2025-11-29T10:06:13.663Z","avatar_url":"https://github.com/betterstack-community.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask World Clock\n\nA world clock application built to demonstrate logging in Flask.\n\n**Tutorial**: [How to Start Logging with Flask](#).\n\n![Flask World Clock](screenshot.png)\n\n## 🟢 Prerequisites\n\nYou must have the latest version of [Python 3](https://www.python.org) installed on your machine. This project is tested against Python 3.10.0.\n\n## 📦 Getting started\n\n- Clone this repo to your machine:\n\n  ```bash\n  git clone https://github.com/betterstack-community/flask-world-clock.git\n  ```\n\n- `cd` into the project directory:\n\n  ```bash\n  cd flask-world-clock\n  ```\n\n- Install Python virtual environment:\n\n  ```bash\n  python3 -m venv env\n  ```\n\n- Activate the virtual environment.\n\n  On Windows, run:\n\n  ```bash\n  env\\Scripts\\activate\n  ```\n\n  On Unix or macOS, run:\n\n  ```bash\n  source env/bin/activate\n  ```\n\n- Install the requirements:\n\n  ```bash\n  python -m pip install -r requirements.txt\n  ```\n\n- Start the dev server:\n\n  ```bash\n  flask run\n  ```\n\nYou should see the following output if the dev server is started successfully:\n\n```text\n * Debug mode: off\nWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.\n * Running on http://127.0.0.1:5000\nPress CTRL+C to quit\n```\n\nOpen your browser and go to [http://127.0.0.1:5000](http://127.0.0.1:5000)\n\n## ⚖ License\n\nThe code used in this project and in the linked tutorial are licensed under the [Apache License, Version 2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetterstack-community%2Fflask-world-clock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbetterstack-community%2Fflask-world-clock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetterstack-community%2Fflask-world-clock/lists"}