{"id":30750323,"url":"https://github.com/arsh-pixel-cmd/weather-visualizer","last_synced_at":"2025-09-04T07:03:32.676Z","repository":{"id":312580611,"uuid":"1047957104","full_name":"Arsh-pixel-cmd/Weather-Visualizer","owner":"Arsh-pixel-cmd","description":"A responsive and interactive Weather Visualizer that fetches real-time weather data via a Node.js + Express backend. The frontend dynamically adapts with particle effects and gradient transitions based on live conditions, creating an immersive weather experience.","archived":false,"fork":false,"pushed_at":"2025-08-31T16:40:05.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-31T18:22:16.796Z","etag":null,"topics":["api-proxy","backend","css","express","frontend","html","javascript","nodejs","open-source","particle-effects","responsive-design","weatherapi"],"latest_commit_sha":null,"homepage":"https://weather-visualizer-seven.vercel.app","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/Arsh-pixel-cmd.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":"2025-08-31T15:57:12.000Z","updated_at":"2025-08-31T16:40:08.000Z","dependencies_parsed_at":"2025-08-31T18:22:52.943Z","dependency_job_id":"ae7c244b-8e53-4f81-a81b-fe1f5e821be6","html_url":"https://github.com/Arsh-pixel-cmd/Weather-Visualizer","commit_stats":null,"previous_names":["arsh-pixel-cmd/weather-visualizer"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Arsh-pixel-cmd/Weather-Visualizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arsh-pixel-cmd%2FWeather-Visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arsh-pixel-cmd%2FWeather-Visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arsh-pixel-cmd%2FWeather-Visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arsh-pixel-cmd%2FWeather-Visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arsh-pixel-cmd","download_url":"https://codeload.github.com/Arsh-pixel-cmd/Weather-Visualizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arsh-pixel-cmd%2FWeather-Visualizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273567772,"owners_count":25128638,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-proxy","backend","css","express","frontend","html","javascript","nodejs","open-source","particle-effects","responsive-design","weatherapi"],"created_at":"2025-09-04T07:01:15.071Z","updated_at":"2025-09-04T07:03:32.662Z","avatar_url":"https://github.com/Arsh-pixel-cmd.png","language":"JavaScript","readme":"# 🌦️ Weather Visualizer  \n\n![Node.js](https://img.shields.io/badge/Node.js-339933?style=for-the-badge\u0026logo=node.js\u0026logoColor=white)  \n![Express](https://img.shields.io/badge/Express.js-000000?style=for-the-badge\u0026logo=express\u0026logoColor=white)  \n![WeatherAPI](https://img.shields.io/badge/WeatherAPI-blue?style=for-the-badge\u0026logo=cloud\u0026logoColor=white)  \n![Frontend](https://img.shields.io/badge/Frontend-HTML%2FCSS%2FJS-orange?style=for-the-badge)  \n![License: MIT](https://img.shields.io/badge/License-MIT-green?style=for-the-badge)  \n\nA responsive and interactive Weather App that fetches real-time data from WeatherAPI through a custom Node.js/Express backend. The frontend dynamically adapts its background and particle effects based on live weather conditions, creating an immersive user experience.  \n\n---\n\n## ✨ Features  \n- 🎨 Dynamic particle backgrounds (rain, snow, clouds, sun, stars at night)  \n- 🌈 Smooth gradient transitions based on weather and time of day  \n- 📡 Secure backend proxy (hides API key with Express + dotenv)  \n- ⚡ Real-time weather updates via WeatherAPI  \n- 📱 Responsive design for desktop \u0026 mobile  \n- 🔄 Separation of concerns → frontend + backend architecture  \n- 🛡️ CORS enabled for safe frontend-backend communication  \n\n---\n\n## 🧱 Project Structure  \n\nWeatherAPI/\n│── backend/ # Node.js + Express backend (API proxy)\n│ ├── server.js # Backend server\n│ ├── package.json # Dependencies \u0026 scripts\n│ └── .env # API keys (not committed)\n│\n│── frontend/ # HTML, CSS, JS frontend\n│ ├── index.html # Main UI\n│ ├── styles.css # Styling + responsiveness\n│ └── app.js # Weather logic + background effects\n\n\n---\n\n## ⚙️ Setup \u0026 Installation  \n\n### 1️⃣ Clone Repo  \n```bash\ngit clone https://github.com/Arsh-pixel-cmd/Weather-Visualizer.git\ncd Weather-Visualizer\n```\n\n## 2️⃣ Backend Setup  \n\n```bash\ncd backend\nnpm install\n```\n\nCreate a .env file inside backend/:\n\n\n---\n\n### Run backend  \n\n```bash\nnpm start\n# Backend runs at → http://localhost:8080\n```\n\n## 3️⃣ Frontend Setup  \n\nIn a separate terminal:  \n\n```bash\ncd frontend\nnpx live-server\n# Frontend runs at → something like http://127.0.0.1:63813\n```\n\n## 🚀 Usage  \n\n1. Start backend → `npm start` in `/backend`  \n2. Start frontend → `npx live-server` in `/frontend`  \n3. Open frontend in browser → type a city → enjoy dynamic weather visualization 🌦️  \n\n---\n\n## 📚 What You’ll Learn  \n\n- Use Express.js as an API proxy to hide API keys  \n- Securely store secrets with dotenv  \n- Create dynamic particle animations with HTML Canvas  \n- Handle real-time weather data \u0026 update UI with JS  \n- Build responsive design using flexbox + media queries  \n\n---\n\n## 🙋 Author  \n\n**Arsh Mishra**  \nAspiring Software Engineer | Frontend \u0026 Full-Stack Developer  \n\n---\n\n## 🤝 Contributing\n1. Fork the project  \n2. Create a feature branch (`git checkout -b feature/newFeature`)  \n3. Commit changes (`git commit -m \"Added new feature\"`)  \n4. Push \u0026 Open a PR  \n\n---\n\n## 📜 License\nLicensed under the **MIT License** — feel free to use \u0026 modify.  \n\n---\n\n## 🌐 Connect with Me\n💼 [LinkedIn](https://www.linkedin.com/in/arsh-mishra-030093325/)  \n💻 [GitHub](https://github.com/Arsh-pixel-cmd)  \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsh-pixel-cmd%2Fweather-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farsh-pixel-cmd%2Fweather-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsh-pixel-cmd%2Fweather-visualizer/lists"}