{"id":16487587,"url":"https://github.com/saeris/weather","last_synced_at":"2026-04-12T15:03:09.035Z","repository":{"id":226346601,"uuid":"768455860","full_name":"Saeris/weather","owner":"Saeris","description":"🌦 a tiny weather app","archived":false,"fork":false,"pushed_at":"2024-03-10T00:08:20.000Z","size":20098,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-11T17:26:32.051Z","etag":null,"topics":["app-router","flask","nextjs","python","react","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://weather.saeris.gg","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Saeris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-03-07T05:41:32.000Z","updated_at":"2024-03-10T04:36:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c3b31da-2bb2-4e1d-b792-62f4d5b67170","html_url":"https://github.com/Saeris/weather","commit_stats":null,"previous_names":["saeris/weather"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saeris%2Fweather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saeris%2Fweather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saeris%2Fweather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saeris%2Fweather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Saeris","download_url":"https://codeload.github.com/Saeris/weather/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241304294,"owners_count":19941101,"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":["app-router","flask","nextjs","python","react","typescript","vercel"],"created_at":"2024-10-11T13:35:21.416Z","updated_at":"2026-04-12T15:03:08.963Z","avatar_url":"https://github.com/Saeris.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌦\n\na tiny weather app build with [Nextjs](https://nextjs.org/) and [Flask](https://flask.palletsprojects.com/en/3.0.x/)\n\n\u003e [!TIP]\n\u003e\n\u003e Use [uv](https://github.com/astral-sh/uv) for a faster Python development experience!\n\u003e\n\u003e Installation instructions below will assume you have this CLI tool installed.\n\n## 🧰 Setup\n\n\u003cdetails\u003e\n  \u003csummary\u003eClick to view environment setup (optional)\u003c/summary\u003e\n\nThis repo uses Python and Node, and was scaffolded using the following tools.\n\n#### Install `uv`\n\nmacOS/Linux:\n\n```bash\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n```\n\nWindows:\n\n```ps\npowershell -c \"irm https://astral.sh/uv/install.ps1 | iex\"\n```\n\n#### Install `volta`\n\nmacOS/Linux:\n\n```bash\ncurl https://get.volta.sh | bash\n```\n\nWindows:\n\nDownload installer from [Volta Getting Started page](https://docs.volta.sh/guide/getting-started#windows-installation)\n\n#### Install `node`\n\n```bash\nvolta install node\n```\n\n#### Install `yarn`\n\n```bash\nvolta install yarn\n```\n\nAnd you're good to go!\n\n\u003c/details\u003e\n\n1. Create a `.env` file in the project root directory and add your [api key](https://home.openweathermap.org/api_keys) from Open Weather Map to a key named `WEATHER_API_KEY=`\n\n   macOS/Linux users can use this command to write the key to a new file (will cause Flask to throw an error on Windows):\n\n   ```bash\n   echo WEATHER_API_KEY=api_key_here \u003e .env\n   ```\n\n1. Create a new local virtual environment:\n\n   ```bash\n   uv venv\n   ```\n\n1. Install project dependencies:\n\n   Node:\n\n   ```bash\n   yarn\n   ```\n\n   Python:\n\n   ```bash\n   uv pip install -r requirements.txt\n   ```\n\n1. Activate virtual environment:\n\n   ```bash\n   yarn activate\n   ```\n\n1. And start developing!\n\n   ```bash\n   yarn dev\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaeris%2Fweather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaeris%2Fweather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaeris%2Fweather/lists"}