AtmosPhase isn't just another weather app - it's your personal weather command center, powered by cutting-edge technology and AI.
constfeatures={dataVisualization: "Interactive Recharts Graphs",aiPowered: "Gemini AI Weather Analysis",airQuality: "Real-time AQI Monitoring",chat: "AI Weather Assistant",interface: "Dark Mode & Responsive"}# Clone the future of weather apps
git clone https://github.com/Saoud30/AtmosPhase.git
# Install the magic
npm install
# Set up your superpowers
cp .env.example .env.local
# Add your API keys 🔑# Launch! 🚀
npm run dev| Feature | Description | Powered By |
|---|---|---|
| 📊 Smart Charts | Dynamic weather visualizations | Recharts |
| 🤖 AI Chat | Talk about weather naturally | Gemini Flash 2.0 |
| 🌡️ Weather Pulse | Real-time conditions | OpenWeatherMap |
| 💨 Air Shield | Air quality monitoring | AQICN |
- ⚡ Next.js for lightning performance
- 📊 Recharts for stunning visualizations
- 🤖 Gemini AI for intelligent insights
- 🌐 OpenWeatherMap & AQICN APIs
- 🎨 Custom dark theme
NEXT_PUBLIC_OPENWEATHERMAP_API_KEY=your_openweather_keyNEXT_PUBLIC_AQICN_TOKEN=your_aqicn_api_keyNEXT_PUBLIC_GEMINI_API_KEY=your_gemini-studio_key- Voice Commands
- Weather Alerts
- Custom Themes
- Location Sharing
- Historical Analysis
# Start Contributing
git checkout -b feature/AmazingFeature
git commit -m '⚡ Add AmazingFeature'
git push origin feature/AmazingFeature