- 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.
##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
- To get the weather report apixu.com weather was used.
- Chart.js and React-chartjs-2 to plot the Line graph of historical data.