/smart-city-hackathon-columbus-map

Map of Columbus built during the Smart City Hackathon

Primary LanguageHTML

Smart City Hackathon

This map was built during the Smart City Hackathon and is powered by Leaflet.

Downloading the Data

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

Columbus Map

map