edgarmuyomba / js_weather

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

Home Page:https://edgarmuyomba.github.io/js_weather/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://edgarmuyomba.github.io/js_weather/


Languages

Language:JavaScript 56.3%Language:CSS 43.7%