DJ Bot Example
This folder contains the NodeJS code that corresponds to the “Make a DJ Bot” guide at highfidelity.com/api/guides/nodejs/djBot.
Author
Howard Stearns and Zach Fox
Usage
- Run
npm i
to install dependencies. - Open
index.js
and fill in yourAPP_ID
,SPACE_ID
, andAPP_SECRET
from https://account.highfidelity.com. - Run
npm run start
to run the DJ Bot!