First of all, go to http://monkeymusicchallenge.com, sign up and get your API key.
For this starter kit, you will need basic knowledge of:
Make sure to have Node.js and npm installed on your system.
Google can help you get everything set up!
Prefer another language? Check out our Java or Python starter kits.
Start by forking this repository to your own GitHub user.
Then, open up a terminal and:
git clone [email protected]:<your-github-username>/javascript-starter-kit.git
cd javascript-starter-kit
npm install
node index.js <your-team-name> <your-api-key>
These are all UNIX commands. Got Windows? We recommend Cygwin.
Make sure to surf to your team page before running the above commands...
Your monkey is waiting for you!
In index.js
, we've put all the boilerplate code needed to communicate with the Monkey Music server.
We suggest you go straight to ai.js
and start playing around with the code.
Remember, your mission is to:
- guide your monkey through the warmup level
- pick up all the music items
- get them to the eagerly awaiting Spotify user
Have fun!
When you find bugs in our code, please submit an issue or pull request to our original starter kit repository.