I have a url which has been supplied which data is updated every 30 mins and wondering if i can save the data to my database as it updates? I'm using Rails 4.2.0.
There a 10 url's all up, each with a different unit number, which needs to be reference to be able to call each data for each unit.
URL structure
http://sitename/cgi-bin/site=1
JSON structure
{"status"=>"ok", "data"=>[{"2014-08-11 11:00:00"=>14.9},{"2014-08-11 11:30:00"=>15.1}]}