Follow these simple steps to run the SkyView Weather Dashboard locally:
- Go to https://openweathermap.org/
- Sign up for a free account
- Navigate to API Keys in your dashboard
- Copy your API key
- Download or clone this repository
- Open the project folder
- Open
index.htmlin any browser (no server required)
- Paste your OpenWeatherMap API key in the input field (yellow banner)
- Enter any city name
- Press Enter to get real-time weather data
- A modern web browser (Chrome, Edge, Firefox)
- Internet connection
- OpenWeatherMap API key (free)
If you want live reload:
npm install -g live-server
live-serveror
npx http-server- Real-time weather data
- Clean and minimal UI
- Fast and responsive design
- Easy API integration