Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 722 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 722 Bytes

Objective

  1. To get the current weather report according to user input location.
  2. To get the weather forecast for next 3 days based on user input.
  3. To get the past 7 days weather report and make chart of Temperature and Humidity for those data.

##Tech. Used ReactJS , NodeJs , Javascript , apixu.com API , ChartJS

##How to run the program

npm install Run 'npm install' to install all the dependencies of the project.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

##Packages used

  1. To get the weather report apixu.com weather was used.
  2. Chart.js and React-chartjs-2 to plot the Line graph of historical data.