The goal of this workshop is to expose participants of all levels to the ability of utilizing web APIs and online datasets to build data-driven experiences for creative purposes. We will introduce a plethora of available web APIs and together we will code a web based interactive music experience based on tweets from the Twitter API.
- Please clone the template repository.
$ git clone https://github.com/dodiku/music_with_data_workshop_template.git
Client side:
Server side:
- node.js
- express.js
- socket.io (server - npm)
- twit (npm)