⚡ Repository archived |
---|
This repository has been archived in favor of the React / express implementation of music quiz, which can be found here: josholaus/music-quiz |
Josholaus music quiz app, currently in closed access mode.
Warning: This app is currently in closed beta mode, you have to be invited in order to use it. Otherwise you will receive an error on playback.
Clone the repository
git clone https://github.com/Josholaus/music-quiz
Install dependencies
npm install
Register an application in the Spotify developer dashboard. Then insert CLIENT_ID
, CLIENT_SECRET
and REDIRECT_URI
in a newly created .env file at the project root.
And finally, run the app.
npm run start
This project is licensed under the GNU General Public License v3.0.