{"id":46232004,"url":"https://github.com/codenificient/codeniweather","last_synced_at":"2026-03-03T18:07:32.356Z","repository":{"id":314343653,"uuid":"1055151561","full_name":"codenificient/codeniweather","owner":"codenificient","description":"A modern, responsive weather application built with Next.js 14, featuring real-time weather data, 7-day forecasts, and a beautiful glass-morphism UI","archived":false,"fork":false,"pushed_at":"2025-12-29T07:05:10.000Z","size":990,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-01T04:30:18.640Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://codeniweather.vercel.app","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/codenificient.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-11T21:04:52.000Z","updated_at":"2025-12-29T07:05:07.000Z","dependencies_parsed_at":"2025-09-12T00:18:09.377Z","dependency_job_id":"bbd0e10d-a592-44a6-bad2-4c55fba79496","html_url":"https://github.com/codenificient/codeniweather","commit_stats":null,"previous_names":["codenificient/codeniweather"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codenificient/codeniweather","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenificient%2Fcodeniweather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenificient%2Fcodeniweather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenificient%2Fcodeniweather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenificient%2Fcodeniweather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenificient","download_url":"https://codeload.github.com/codenificient/codeniweather/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenificient%2Fcodeniweather/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30054071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T17:46:22.538Z","status":"ssl_error","status_checked_at":"2026-03-03T17:46:22.036Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-03-03T18:07:31.812Z","updated_at":"2026-03-03T18:07:32.351Z","avatar_url":"https://github.com/codenificient.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeniWeather 🌤️\n\nA modern, responsive weather application built with Next.js 14, featuring real-time weather data, interactive weather maps, 7-day forecasts, and a beautiful glass-morphism UI with dark/light theme support.\n\n## 🚀 Quick Start\n\n```bash\n# Install dependencies\nnpm install\n\n# Set up environment variables\ncp .env.example .env.local\n# Add your API keys to .env.local:\n# - NEXT_PUBLIC_OPENWEATHER_API_KEY (for weather data)\n# - NEXT_PUBLIC_MAPTILER_API_KEY (for maps and geocoding)\n\n# Run development server\nnpm run dev\n\n# Build for production\nnpm run build\n```\n\n\u003e 📖 **Need detailed setup instructions?** Check out our [Setup Guide](SETUP.md) for step-by-step instructions and troubleshooting tips.\n\n## 📁 Project Structure\n\n```\ncodeniweather/\n├── src/                    # Source code\n│   ├── app/               # Next.js app router pages\n│   ├── components/        # React components\n│   ├── contexts/          # React contexts\n│   ├── lib/              # Utility libraries\n│   └── types/            # TypeScript type definitions\n├── public/               # Static assets\n├── docs/                # Documentation\n│   ├── README.md\n│   ├── FEATURE_SPEC.md\n│   ├── TESTING_SUMMARY.md\n│   └── ...\n├── tests/               # Test files\n│   ├── unit/           # Unit tests\n│   ├── integration/    # Integration tests\n│   ├── e2e/           # End-to-end tests\n│   └── scripts/       # Test scripts\n├── scripts/            # Build and utility scripts\n└── setup.sh           # Environment setup script\n```\n\n## 🛠️ Tech Stack\n\n- **Framework**: Next.js 14.2.32 (App Router)\n- **Language**: TypeScript 5\n- **Styling**: Tailwind CSS 3.4.17\n- **Animations**: Framer Motion 10.18.0\n- **Icons**: Lucide React 0.294.0\n- **Maps**: MapTiler SDK 3.7.0 \u0026 Weather 3.1.1\n- **APIs**:\n  - OpenWeatherMap (weather data)\n  - MapTiler (maps, geocoding, weather layers)\n- **Testing**: Jest 29.7.0\n- **UI Components**: Radix UI, Shadcn/ui\n\n## 📚 Documentation\n\n- [Setup Guide](SETUP.md) - Quick start and troubleshooting\n- [Project Summary](docs/PROJECT_SUMMARY.md) - Comprehensive project overview\n- [Feature Specification](docs/FEATURE_SPEC.md) - Detailed feature documentation\n- [Changelog](CHANGELOG.md) - Version history and updates\n- [Testing Summary](docs/TESTING_SUMMARY.md) - Testing documentation\n- [Environment Setup](docs/ENVIRONMENT_SETUP.md) - Detailed setup instructions\n- [Troubleshooting](docs/TROUBLESHOOTING.md) - Common issues and solutions\n\n## 🧪 Testing\n\n```bash\n# Run all tests\nnpm test\n\n# Run specific test suites\nnpm run test:unit\nnpm run test:integration\nnpm run test:e2e\n\n# Run test scripts\nnode tests/scripts/run-all-tests.js\n```\n\n## 🎨 Features\n\n### 🌤️ Weather Data\n\n- Real-time weather data from OpenWeatherMap\n- 7-day weather forecast with detailed hourly data\n- Current location detection and management\n- Multiple location support with favorites\n- Temperature unit conversion (Celsius/Fahrenheit)\n\n### 🗺️ Interactive Maps\n\n- Interactive weather maps powered by MapTiler\n- Multiple weather layers (temperature, precipitation, wind, pressure, clouds, radar)\n- Animated weather data with play/pause controls\n- State-level weather aggregation with badges\n- Fullscreen map view\n- Zoom to location functionality\n\n### 🎨 UI/UX\n\n- Responsive glass-morphism design\n- Dark/light theme support with system preference detection\n- Smooth animations and transitions with Framer Motion\n- Mobile-first responsive design\n- Loading states and error handling\n- Accessibility features\n\n### 🔧 Technical Features\n\n- Next.js 14 with App Router\n- TypeScript for type safety\n- Context-based state management\n- Local storage for user preferences\n- WebGL weather layer rendering\n- Progressive Web App (PWA) ready\n\n## 🆕 Recent Updates\n\n### v0.1.0 (Latest)\n\n- **Interactive Weather Maps**: Added MapTiler-powered weather maps with multiple layers\n- **Animation Controls**: Play/pause/reset controls for weather data animation\n- **State Weather Badges**: Real-time weather aggregation by US states\n- **Fullscreen Map View**: Dedicated fullscreen map page with enhanced controls\n- **Current Location Management**: Set and manage current location across the app\n- **Theme System**: Complete dark/light theme implementation\n- **Favicon \u0026 Branding**: Custom weather-themed favicon and consistent branding\n- **Security Updates**: Updated to Next.js 14.2.32 with security fixes\n- **Package Updates**: All dependencies updated to latest stable versions\n\n### Key Features Added\n\n- 🗺️ Interactive weather maps with 7 different weather layers\n- ⏯️ Animated weather data with timeline controls\n- 🏠 Current location management system\n- 🌙 Dark/light theme with system preference detection\n- 📱 Fullscreen map experience\n- 🎯 State-level weather aggregation\n- 🔒 Security vulnerability fixes\n\n## 📄 License\n\nMIT License - see LICENSE file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenificient%2Fcodeniweather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenificient%2Fcodeniweather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenificient%2Fcodeniweather/lists"}