{"id":28224542,"url":"https://github.com/sunjay-dev/weather-website-using-redis","last_synced_at":"2025-06-12T07:30:59.139Z","repository":{"id":282950014,"uuid":"950178368","full_name":"sunjay-dev/Weather-website-using-Redis","owner":"sunjay-dev","description":"A simple weather web app that provides real-time weather updates for any city or your current location using GPS.","archived":false,"fork":false,"pushed_at":"2025-05-17T12:11:15.000Z","size":24621,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T13:25:50.398Z","etag":null,"topics":["redis","weather","weather-api","weather-forecast","weather-web-app","weather-website"],"latest_commit_sha":null,"homepage":"https://weather.sunjay.xyz","language":"CSS","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/sunjay-dev.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,"zenodo":null}},"created_at":"2025-03-17T18:48:52.000Z","updated_at":"2025-05-17T12:11:18.000Z","dependencies_parsed_at":"2025-05-17T13:25:57.601Z","dependency_job_id":"1c49474e-a166-4d42-b594-714a09c7624f","html_url":"https://github.com/sunjay-dev/Weather-website-using-Redis","commit_stats":null,"previous_names":["sunjay-dev/weather-website","sunjay-dev/weather-website-using-redis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sunjay-dev/Weather-website-using-Redis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjay-dev%2FWeather-website-using-Redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjay-dev%2FWeather-website-using-Redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjay-dev%2FWeather-website-using-Redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjay-dev%2FWeather-website-using-Redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunjay-dev","download_url":"https://codeload.github.com/sunjay-dev/Weather-website-using-Redis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjay-dev%2FWeather-website-using-Redis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259420407,"owners_count":22854575,"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":["redis","weather","weather-api","weather-forecast","weather-web-app","weather-website"],"created_at":"2025-05-18T09:12:12.505Z","updated_at":"2025-06-12T07:30:59.134Z","avatar_url":"https://github.com/sunjay-dev.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weather Web App\nA simple weather web application that allows users to search for the weather of any city or detect their current location to fetch real-time weather data with a modern UI. The app provides temperature, humidity, rain chances, and other weather conditions using an external API.\n\n\u003cimg src=\"https://github.com/user-attachments/assets/17ddcabf-2f7a-4c52-9b04-c7c97126c117\" width=\"300\" height=\"auto\"\u003e\n\n## Features\n- 🌍 **Search by City** – Enter a city name to get live weather updates.\n- 📍 **Detect Location** – Automatically fetch weather data for your current location.\n- 🎨 **Responsive UI** – Built with modern design and mobile-friendly experience.\n- 📊 **Weather Details** – Includes temperature, rain probability, humidity, and more.\n\n## Technologies Used\n![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge\u0026logo=node.js\u0026logoColor=white)\n![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge\u0026logo=express\u0026logoColor=%2361DAFB)\n![EJS](https://img.shields.io/badge/ejs-%23B4CA65.svg?style=for-the-badge\u0026logo=ejs\u0026logoColor=black)\n![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n![Redis](https://img.shields.io/badge/redis-%23DD0031.svg?style=for-the-badge\u0026logo=redis\u0026logoColor=white)\n![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge\u0026logo=vercel\u0026logoColor=white)\n\n- **Frontend:** EJS\n- **Backend:** Express + Node.js\n- **In Memory Database:** Redis (for caching real-time data)\n- **API:** Rapid API\n\n## Installation\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/sunjay-dev/Weather-website\n   cd Weather-website\n   ```\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Set up your **.env** file with your API key:\n   ```env\n   REDIS_HOST= REDIS_HOST\n   REDIS_PASSWORD=REDIS_PASSWORD\n   REDIS_PORT=REDIS_PORT\n   RAPID_API_KEY=RAPID_API_KEY\n   PORT=3000\n   ```\n4. Start the application:\n   ```bash\n   npm start\n   ```\n\n## Usage\n- Type a city name and click **Search** to get weather details.\n- Click the **Refresh** button to update the weather data.\n- Use the **Location button** to fetch your current location's weather.\n\n## License\nThis project is open-source and available under the **MIT License**.\n\n---\nFeel free to contribute or raise an issue if you find any bugs! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunjay-dev%2Fweather-website-using-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunjay-dev%2Fweather-website-using-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunjay-dev%2Fweather-website-using-redis/lists"}