Archive for January, 2016

Getting Data from CokeBikes

Friday, January 29th, 2016

Just a piece of PHP for getting data from www.bikeshare.ie. it is in a JSON format at the top of the webpage in JavaScript, I get it out of the webpage using a Regex and then pass it through a JSON decoder in PHP to get the piece I want.