{"id":50411896,"url":"https://github.com/andrejkoller/wonderweather","last_synced_at":"2026-05-31T04:02:40.626Z","repository":{"id":284412589,"uuid":"954210094","full_name":"andrejkoller/wonderweather","owner":"andrejkoller","description":"⛅ Accessible weather dashboard, featuring customizable themes, font sizes, and real-time weather data.","archived":false,"fork":false,"pushed_at":"2026-05-29T13:27:06.000Z","size":1042,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T15:12:14.427Z","etag":null,"topics":["css","html","javascript","mui","nextjs","react","tailwindcss"],"latest_commit_sha":null,"homepage":"","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/andrejkoller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"andrejkoller","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"andrejkoller","thanks_dev":null,"custom":null}},"created_at":"2025-03-24T18:18:38.000Z","updated_at":"2026-05-29T13:27:10.000Z","dependencies_parsed_at":"2025-06-28T21:42:35.740Z","dependency_job_id":null,"html_url":"https://github.com/andrejkoller/wonderweather","commit_stats":null,"previous_names":["andrejkoller/wonderweather-frontend","andrejkoller/wonderweather"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrejkoller/wonderweather","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fwonderweather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fwonderweather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fwonderweather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fwonderweather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrejkoller","download_url":"https://codeload.github.com/andrejkoller/wonderweather/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fwonderweather/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33718446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"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":["css","html","javascript","mui","nextjs","react","tailwindcss"],"created_at":"2026-05-31T04:02:37.857Z","updated_at":"2026-05-31T04:02:40.621Z","avatar_url":"https://github.com/andrejkoller.png","language":"JavaScript","funding_links":["https://ko-fi.com/andrejkoller","https://buymeacoffee.com/andrejkoller"],"categories":[],"sub_categories":[],"readme":"# wonderweather\n\nA modern, responsive weather dashboard application built with Next.js 15 and React 19. WonderWeather provides real-time weather information with a beautiful, customizable interface that adapts to your preferences.\n\n## ✨ Features\n\n- Real-Time Weather Data: Get current weather conditions for any city worldwide using the WeatherAPI\n- Multiple Theme Options: Choose from 4 distinct themes:\n  - Light Theme (Default)\n  - Sun Theme\n  - Sky Theme\n  - Moon Theme\n- Adjustable Font Sizes: Customize text size for better accessibility (Small, Medium, Large, Extra Large)\n- Responsive Design: Optimized for desktop, tablet, and mobile devices\n- Dashboard Layout: Organized navigation with settings and system settings pages\n- Persistent Preferences: Your theme and font size choices are saved in local storage\n\n## 🛠️ Technologies Used\n\n- Next.js\n- Material-UI\n- Tailwind CSS\n- WeatherAPI\n\n## 📋 Prerequisites\n\n- Node.js 18.0 or higher\n- npm or yarn package manager\n\n## 📦 Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/andrejkoller/wonderweather-frontend.git\ncd wonderweather-frontend\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n```\n\n3. Create a `.env.local` file in the root directory and add your Weather API credentials:\n\n```env\nNEXT_PUBLIC_WEATHER_API_BASE_URL=\"https://api.weatherapi.com/v1/current.json\"\nNEXT_PUBLIC_WEATHER_API_KEY=\"your-api-key-here\"\n```\n\n4. Run the development server:\n\n```bash\nnpm run dev\n```\n\n5. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.\n\n## 🔑 Getting an API Key\n\nThis application uses the [Weather API](https://www.weatherapi.com). To get your free API key:\n\n1. Visit [https://www.weatherapi.com](https://www.weatherapi.com)\n2. Sign up for a free account\n3. Generate your API key\n4. Add it to your `.env.local` file\n\n## 📸 Screenshots\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrejkoller%2Fwonderweather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrejkoller%2Fwonderweather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrejkoller%2Fwonderweather/lists"}