Public Skate (7 day)
A listing of every scheduled public skate time in the next 7 days (as found on edmonton.ca).
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"edmonton-ca/public-skate-7-day-ggxn-h62d\".\"public_skate_7_day\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.