A simple proof-of-concept playground for Snowplow Javascript Tracker Video/Audio tracking.
If not already installed, download brew, and install node:
brew install node
Snowplow Mini is required to capture the events emitted, follow the setup instructions in the following repo:
https://github.com/snowplow/snowplow-mini
First, install required packages:
npm i
Then launch the app:
npm run start
It will then be avaliable at http://localhost:3001