Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Archived: A Spotify music quiz implemented in JavaScript

License

Notifications You must be signed in to change notification settings

josholaus/music-quiz-legacy

Repository files navigation

music-quiz

⚡ 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.

Installation

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

License

This project is licensed under the GNU General Public License v3.0.