Guess artists of an album by its name In this game the user has to guess the artist by its album names. In each game there are 5 rounds, each round stands for 1 artist to guess within 3 attempts.
I used AngularJS for front-end, Node.js for backend and iTunes API for music data (Read more )
Limitations/TBD:
- Currently supports limitted number of artists
- Need to add visual feedback for the user (on correct/wrong answer) besides the score
How to run locally
After clone, use npm to install node_modules folder:
cd your_dirname
npm install
Run node:
node server.js
