Demo at https://brh-kumar.github.io/weather-report/
Problem:
-- Function that finds min and max temperature of the day and time of occurrence.
-- Array of temperature in increasing order of temperature along with time when it occurred.
-- Show on HTML page what was the min and max temperature and at what time it occurred.
-- Plot graph which represents change in temperature in increasing order. X Axis -> temperature and Y Axis -> Time of the day.
Library:
- jquery.js
- moment.js
- underscore.js
- bootstrap
- highcharts.js