HackyRacers API
-
lap v01
receives the car number and returns with timestamp
use https://hackyracers.mybluemix.net/api/v01/lap?car=5
-
addlap v01
receives the car number and returns with timestamp and a lap counter
use https://hackyracers.mybluemix.net/api/v01/addlap?car=5
-
reset v01
makes the lap counter set to 0
use https://hackyracers.mybluemix.net/api/v01/reset
HackyRacers Dashboard
Draft
The dashboard includes a race evolution chart and a simulator button calling the API