{"id":22585186,"url":"https://github.com/jowy99/weather-app","last_synced_at":"2026-04-15T10:32:58.149Z","repository":{"id":264841142,"uuid":"893822759","full_name":"jowy99/weather-app","owner":"jowy99","description":"A PWA weather app","archived":false,"fork":false,"pushed_at":"2025-02-05T11:13:42.000Z","size":435,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T18:36:54.421Z","etag":null,"topics":["api","midudev","pwa","react","vitejs","weather"],"latest_commit_sha":null,"homepage":"https://weather.joelarnaud.com","language":"JavaScript","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/jowy99.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-25T09:19:37.000Z","updated_at":"2025-02-05T11:13:45.000Z","dependencies_parsed_at":"2024-11-26T12:21:56.785Z","dependency_job_id":"be42392b-acbb-42f2-9152-750d8dc807ea","html_url":"https://github.com/jowy99/weather-app","commit_stats":null,"previous_names":["jowy99/weather-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jowy99/weather-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jowy99%2Fweather-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jowy99%2Fweather-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jowy99%2Fweather-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jowy99%2Fweather-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jowy99","download_url":"https://codeload.github.com/jowy99/weather-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jowy99%2Fweather-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31837165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T10:26:52.245Z","status":"ssl_error","status_checked_at":"2026-04-15T10:26:51.649Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","midudev","pwa","react","vitejs","weather"],"created_at":"2024-12-08T07:07:34.970Z","updated_at":"2026-04-15T10:32:58.121Z","avatar_url":"https://github.com/jowy99.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://github.com/jowy99/weather-app/blob/main/public/weather-app-banner.png\" alt=\"Weather App Banner\" width=\"80%\"/\u003e\n\u003cp\u003e\n\u003ch3\u003e\u003cb\u003eA beautifully weather app\u003c/b\u003e\u003c/h3\u003e\n\u003c/p\u003e\n\u003c/div\u003e\n\n## 📦 Packages:\n\n- ⚡️ [Vitejs](https://vitejs.dev/) - Next generation frontend tooling.\n- ☁️ [Vitejs PWA](https://vite-plugin-pwa.netlify.app/) - Zero-config PWA Framework-agnostic Plugin for Vite.\n- ⚒️ [React 18](https://reactjs.org/) - A JavaScript library for building user interfaces.\n- 💅 [Tailwind CSS](https://tailwindcss.com/) - CSS framework.\n\n## ⚒️ Getting Started:\n\nYou will need:\n\n- [Nodejs 16+](https://nodejs.org/).\n- [Git](https://git-scm.com/).\n\n1. Clone the repository:\n\n```\ngit clone git@github.com:jowy99/weather-app.git\n```\n\n2. Create a .env file with the following variables:\n\n```\nVITE_RAPIDAPI_KEY=\nVITE_RAPIDAPI_HOST=\n```\n\n🤔 How to generate the RAPIDAPI_KEY?\n\n- Create a free RapidApi account: [midu.link/rapidapi](https://midu.link/rapidapi).\n- Go to WeatherApi.com: [rapidapi.com/weatherapi/api/weatherapi-com/](https://rapidapi.com/weatherapi/api/weatherapi-com/).\n- Click on \"Pricing\" -\u003e \"Basic\" -\u003e \"Subscribe\": [/weatherapi-com/pricing](https://rapidapi.com/weatherapi/api/weatherapi-com/pricing).\n- Go to your RapidApi Dashboard: [/developer/dashboard](https://rapidapi.com/developer/dashboard).\n- In the left sidebar -\u003e \"Default Apps\" -\u003e Click on your api -\u003e \"Security\" and copy the generated Key in the .env file.\n\n🔨 [All RapidApi and fetcher configuration here](https://github.com/jowy99/weather-app/tree/main/src/services).\n\n3. Install dependencies:\n\n```\nnpm install\n```\n\n4. Run the app:\n\n```\nnpm run dev\n```\n\n5. 🥳 Ready! Open the browser and write localhost:5173.\n\n## 🚀 Deploy on Cloudflare Pages:\n\n- [weather.joelarnaud.com](https://weather.joelarnaud.com/)\n\n## 🔑 License:\n\n- [MIT License](https://github.com/jowy99/weather-app/blob/main/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjowy99%2Fweather-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjowy99%2Fweather-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjowy99%2Fweather-app/lists"}