Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 283 Bytes

File metadata and controls

14 lines (9 loc) · 283 Bytes

Tasks

  • Use data in highcharts

  • Give UI some options for updating the data.

  • Give UI option for a date range, month, or week.

Load Data

start_date = Date.parse('2015-01-01') end_date = Date.parse('2017-09-30') wdc = WeatherDataCacher.new(start_date, end_date) wdc.process