A weather web application that display today's hourly weather, 5-day forecast, and other weather details.
Client: HTML, CSS, Vanilla Javascript, API
- today's hourly weather
- 5-day forecast
- Other weather details like Air Quality Index, humidity, time of Sunrise & Sunset, Pressure, Visibility, and Temperature.
- Search location
- Weather API - https://openweathermap.org/api
Rename env.txt and add your API key from (openweathermap.org)
Clone the project
git clone https://github.com/Etan31/skycast.gitGo to the project directory
cd my-projectOpen with VSCode
code .Open with live server
npm run start
