{"id":20246953,"url":"https://github.com/prdktntwcklr/weatherman","last_synced_at":"2026-05-19T15:02:32.913Z","repository":{"id":189962317,"uuid":"681232429","full_name":"prdktntwcklr/weatherman","owner":"prdktntwcklr","description":"A simple web app displaying environmental data from an SQLite database.","archived":false,"fork":false,"pushed_at":"2024-12-16T14:13:29.000Z","size":409,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T02:12:55.274Z","etag":null,"topics":["dashboard","data","flask","sensor","sqlite"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/prdktntwcklr.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":"2023-08-21T14:59:42.000Z","updated_at":"2025-01-10T08:52:21.000Z","dependencies_parsed_at":"2023-09-02T08:01:54.229Z","dependency_job_id":"2fe16acb-8188-4ec2-8aef-7d7e2d778b6a","html_url":"https://github.com/prdktntwcklr/weatherman","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"9c065644ccb8b00da2d6e6e2ed982099578c36e9"},"previous_names":["prdktntwcklr/web-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prdktntwcklr%2Fweatherman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prdktntwcklr%2Fweatherman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prdktntwcklr%2Fweatherman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prdktntwcklr%2Fweatherman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prdktntwcklr","download_url":"https://codeload.github.com/prdktntwcklr/weatherman/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241692794,"owners_count":20004299,"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":["dashboard","data","flask","sensor","sqlite"],"created_at":"2024-11-14T09:34:22.137Z","updated_at":"2026-05-19T15:02:27.866Z","avatar_url":"https://github.com/prdktntwcklr.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weatherman\n\nA simple web application in Flask that displays temperature and humidity data\nfrom an SQLite database. The application is [automatically deployed](https://weatherman.onrender.com/)\non push to the `main` branch of this repository.\n\n## Index page\n\n![weatherman_index](docs/weatherman_index.png)\n\n## Data page\n\n![weatherman_data](docs/weatherman_data.png)\n\n## Running locally\n\nIt is also possible to run the application locally on your machine. Before\nfollowing the steps below make sure that you have Python installed.\n\n### Create a new virtual environment for Python\n\n```bash\npython -m venv .venv\n```\n\n### Activate the virtual environment\n\n```bash\n.\\venv\\Scripts\\activate\n```\n\n### Install required dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n### Start the application\n\n```bash\nflask --app=weatherman run\n```\n\nThis will load the default SQLite database specified in the `.env.example` file.\nProvide a custom `.env` file to overwrite this value.\n\n### Running unit tests\n\n```bash\npytest tests/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprdktntwcklr%2Fweatherman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprdktntwcklr%2Fweatherman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprdktntwcklr%2Fweatherman/lists"}