Remote Soundboard
A soundboard for use in remote presentations, that allows remote attendees to react to a presenter, with sounds playing for any user that has the page open.
Demo
To Use
- Download repository
- Run
npm installoryarn install - Run
cp .env.example .envto create new.envfile - Fill in env variables in
.envfile from your Twilio account - Use
npm startto run locally - Use ngrok to expose the page for other users
Env Variables
TWILIO_ACCOUNT_SID- Account SID, found in Twilio ConsoleTWILIO_API_KEY&TWILIO_API_SECRET- Generate API key and API secret here in Twilio ConsoleTWILIO_SYNC_SERVICE_SID- Get the default service SID, or create a new service [here in the Twilio Console