This map was built during the Smart City Hackathon and is powered by Leaflet.
You'll need an API Key from the Smart Columbus Sandbox.
for ((i=0; i<7; i++)); do
curl \
--header 'Content-Type: application/json' \
--data "{ \"weekday\": $i, \"apiKey\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\" }" \
-X POST \
'http://smrtsandbox.com:8080/rest/columbus-driving-data/get' > columbus-driving-data-$i.json
done