- To get the current weather report according to user input location.
- To get the weather forecast for next 3 days based on user input.
- To get the past 7 days weather report and make chart of Temperature and Humidity for those data.
###How to run the program
Run 'npm install' to install all the dependencies of the project.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
###Packages used
- To get the weather report apixu.com weather was used.
- Chart.js and React-chartjs-2 to plot the Bar graph of historical data.