{"id":27720590,"url":"https://github.com/imaliahmad/weather-app-angular-19","last_synced_at":"2026-05-01T19:33:03.868Z","repository":{"id":286999371,"uuid":"963185904","full_name":"imaliahmad/weather-app-angular-19","owner":"imaliahmad","description":"A modern weather application built with Angular 19 that displays current conditions and forecasts using OpenWeatherMap API.","archived":false,"fork":false,"pushed_at":"2025-04-16T04:42:50.000Z","size":170,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-27T09:58:12.889Z","etag":null,"topics":["angular19","bootstrap","openweathermap-api","rxjs","standalone-components","typescipt","weather-app"],"latest_commit_sha":null,"homepage":"","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/imaliahmad.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":"2025-04-09T09:39:26.000Z","updated_at":"2025-04-16T04:42:53.000Z","dependencies_parsed_at":"2025-04-09T12:41:23.578Z","dependency_job_id":null,"html_url":"https://github.com/imaliahmad/weather-app-angular-19","commit_stats":null,"previous_names":["imaliahmad/weather-app","imaliahmad/weather-app-angular-19"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imaliahmad%2Fweather-app-angular-19","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imaliahmad%2Fweather-app-angular-19/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imaliahmad%2Fweather-app-angular-19/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imaliahmad%2Fweather-app-angular-19/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imaliahmad","download_url":"https://codeload.github.com/imaliahmad/weather-app-angular-19/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251119579,"owners_count":21539194,"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":["angular19","bootstrap","openweathermap-api","rxjs","standalone-components","typescipt","weather-app"],"created_at":"2025-04-27T09:58:17.542Z","updated_at":"2026-05-01T19:32:58.841Z","avatar_url":"https://github.com/imaliahmad.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌤️ Weather App - Angular 19\n\nA modern weather application built with **Angular 19**, providing real-time weather conditions and forecasts using the **OpenWeatherMap API**.\n\n---\n\n## 🌟 Features\n\n- 🌍 Select locations by **country and city**  \n- 📍 Automatic **geolocation** detection  \n- ⛅ **Current weather** conditions with detailed metrics  \n- 🕒 **24-hour forecast** with horizontal scrolling  \n- 📆 **7-day weather** forecast with daily summaries  \n- 📱 **Responsive design** for all devices  \n- 🔄 **Real-time updates** using RxJS  \n- 💾 Location **persistence with local storage**\n\n---\n\n## 🛠️ Technologies Used\n\n- **Angular 19** – Standalone component architecture  \n- **TypeScript** – Type-safe codebase  \n- **RxJS** – Reactive programming  \n- **Bootstrap 5** – Responsive UI framework  \n- **OpenWeatherMap API** – Weather data provider\n\n---\n\n## 🧩 Project Structure\n\nThis app utilizes Angular 19's **standalone component** architecture:\n\n- 📦 Components: Dashboard, Location Selector, Forecasts  \n- 🔌 Services: API communication, state management  \n- 🧾 Interfaces: Type-safe weather data models  \n- ⚙️ Configuration: `app.config.ts`, `app.routes.ts`\n\n---\n\n## 🚀 Setup Instructions\n\n### 1. Clone the Repository\n\n\u003c!-- Add git clone and cd command here --\u003e\n\n### 2. Install Dependencies\n\n\u003c!-- Add npm install command here --\u003e\n\n### 3. Set Up Your API Key\n\n- Sign up at [OpenWeatherMap](https://openweathermap.org/)  \n- Add your API key in `src/environments/environment.ts`\n\n\u003c!-- Add environment.ts code snippet here --\u003e\n\n### 4. Run the Development Server\n\n\u003c!-- Add ng serve command here --\u003e\n\nThen open your browser and navigate to:  \n**http://localhost:4200**\n\n---\n\n## 🧱 Angular 19 Standalone Architecture Highlights\n\n- ❌ No `NgModules` (except for bootstrapping)  \n- 🧩 Each component declares its own dependencies  \n- 🔧 Configuration via `app.config.ts`  \n- 🗺️ Routing via `app.routes.ts`  \n- 🚀 Bootstrapped using `bootstrapApplication` in `main.ts`\n\n---\n\n## 👨‍💻 User Guide\n\n1. Select a **country** from the dropdown  \n2. Choose or search for a **city**  \n3. Click **\"Get Weather\"** to view the forecast  \n4. Or click **\"Use my current location\"** for auto-detection\n\n---\n\n## 📸 Screenshots\n\n\u003c!-- Add screenshots or markdown image tags here --\u003e\n\n---\n\n## 🔮 Future Enhancements\n\n- 🌡️ Toggle between **Celsius and Fahrenheit**  \n- 🗺️ Weather **maps** for precipitation, temperature, etc.  \n- 🕰️ Historical weather data  \n- 🚨 Weather **alerts and notifications**  \n- 🌙 **Dark mode** support  \n- 🌐 **Multi-language** support\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! 🚀\n\n\u003c!-- Add contributing steps: fork, branch, commit, push, pull request --\u003e\n\n---\n\n## 📄 License\n\nThis project is licensed under the **MIT License**.  \nSee the [LICENSE](LICENSE) file for details.\n\n---\n\n## 🙏 Acknowledgements\n\n- [OpenWeatherMap](https://openweathermap.org/) – Weather data  \n- [Bootstrap](https://getbootstrap.com/) – UI components  \n- [Angular](https://angular.io/) – Web application framework\n\n---\n\n## ⭐ Like this project?\n\nGive it a star! It helps others discover the project and motivates further development. 🌟\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimaliahmad%2Fweather-app-angular-19","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimaliahmad%2Fweather-app-angular-19","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimaliahmad%2Fweather-app-angular-19/lists"}