Skip to content

A simple application used to display weather information. Part of TOP JS exercises

Notifications You must be signed in to change notification settings

edgarmuyomba/js_weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Application

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.

Features

  1. It shows the current weather of any location ( initially Kampala, UG by default)
  2. Displays forecasts for the next 8 hours in 3 hour gaps
  3. Displays the forecast for the next 5 days
  4. Allows location searching

Screenshots

Default home page

Home Page

Details page

Details page

Setting up dev

  1. clone the repository into your desired directory
    git clone https://github.com/edgarmuyomba/js_weather.git
    
  2. Enter the created folder js_weather using the terminal
  3. Install the necessary dependecies.
    npm install
    
  4. Run the local demo and access it from localhost:8080
    npm start
    

Built with

  1. html, css, javascript
  2. webpack
  3. date-fns

About

A simple application used to display weather information. Part of TOP JS exercises

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published