This folder contains the NodeJS code that corresponds to the "Make a DJ Bot" guide at highfidelity.com/api/guides/nodejs/djBot.
Howard Stearns and Zach Fox
- Run
npm i
to install dependencies. - Open
index.js
and fill in yourAPP_ID
,SPACE_ID
, andAPP_SECRET
from [https://account.highfidelity.com](the High Fidelity Developer Console). - Run
npm run start
to run the DJ Bot!