block by curran c65ce9880826e466d2b0

Data Canvas Part 5 - More Data

Full Screen

This program fetches data from the Data Canvas - Sense Your City API.

It shows how the API can be accessed using async.js for asynchronous control flow. Data is fetched for each city separately, then combined, then output as CSV.

The API has a limitation of returning at most 1000 rows.

index.html

ajax-loader.gif

getData.js

main.js

styles.css