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 ito install dependencies. - Open
index.jsand fill in yourAPP_ID,SPACE_ID, andAPP_SECRETfrom https://account.highfidelity.com. - Run
npm run startto run the DJ Bot!