Skip to content

SaifAlsabe/weather-station

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Station

This website uses openweathermap API to display current and next week weather details.

Features

  • fully responsive.
  • cross-browser compatible.
  • modern and user friendly design.

Demo

Click here for live demo.

Installation

Clone the source locally:

$ git clone https://github.com/SaifAlsabe/weather-station.git
$ cd weather-station

Install backend dependencies and run server:

$ npm install
$ npm start

Install frontend dependencies and run it:

$ cd client
$ npm install
$ npm start

Built With

HTML, CSS, JavaScript, React.js, Redux, Chart.js, GSAP, Node.js