A simple application used to display weather information. Part of The Odin Project Javascript exercises. The application fetches information from the openweatherapi and formats neatly.
Check out the online demo here.
- It shows the current weather of any location ( initially
Kampala, UG
by default) - Displays forecasts for the next 8 hours in 3 hour gaps
- Displays the forecast for the next 5 days
- Allows location searching
Default home page
Details page
- clone the repository into your desired directory
git clone https://github.com/edgarmuyomba/js_weather.git
- Enter the created folder
js_weather
using the terminal - Install the necessary dependecies.
npm install
- Run the local demo and access it from localhost:8080
npm start