Weather Intelligence Reimagined
Demo ยท Documentation ยท Report Bug ยท Request Feature
AtmosPhase isn't just another weather app - it's your personal weather command center, powered by cutting-edge technology and AI.
const features = {
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_key
NEXT_PUBLIC_AQICN_TOKEN=your_aqicn_api_key
NEXT_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