Hangman game for music lovers, using the Spotify & Apple Music APIs.
- Clone the repo, then run
yarn install. - Run
cp .env .env.localin the project root directory. - Log in to Spotify Developers Dashboard with your Spotify account.
- Click on the Create New Client ID button.
- Fill The following details:
- App or Hardware Name: Album Hangman Dev
- App or Hardware Description: Hangman game for music lovers
- What are you building?: Website
- In the next dialog - "Are you developing a commercial integration?" - Press No.
- Tick all the checkboxes in the final dialog, and press Submit.
- Press Edit Settings and add
http://localhost:3000/game/to the Redirect URIs section and press Save. - Copy the Client ID and paste it to
.env.localfile, to theREACT_APP_SPOTIFY_IDvariable, and ChangeREACT_APP_GAME_REDIRECT_URLtohttp://localhost:3000/game/. - Run
yarn startto start the dev server.
The project was bootstrapped with Create React App.