https://github.com/guytepper/album-hangman
Hangman game for your Spotify library
https://github.com/guytepper/album-hangman
apple-music hangman hangman-game react-game spotify
Last synced: about 1 month ago
JSON representation
Hangman game for your Spotify library
- Host: GitHub
- URL: https://github.com/guytepper/album-hangman
- Owner: guytepper
- Created: 2017-04-22T11:14:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T13:50:19.000Z (about 4 years ago)
- Last Synced: 2024-07-29T16:55:48.415Z (over 1 year ago)
- Topics: apple-music, hangman, hangman-game, react-game, spotify
- Language: JavaScript
- Homepage: https://album-hangman.com
- Size: 7.54 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Album Hangman
[](https://travis-ci.org/guytepper/album-hangman)
Hangman game for music lovers, using the Spotify & Apple Music APIs.
## Installation and Development
1. Clone the repo, then run `yarn install`.
2. Run `cp .env .env.local` in the project root directory.
3. Log in to [**Spotify Developers Dashboard**](https://developer.spotify.com/dashboard) with your Spotify account.
4. Click on the **Create New Client ID** button.
5. 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
6. In the next dialog - _"Are you developing a commercial integration?"_ - Press **No**.
7. Tick all the checkboxes in the final dialog, and press **Submit**.
8. Press **Edit Settings** and add `http://localhost:3000/game/` to the **Redirect URIs** section and press **Save**.
9. Copy the **Client ID** and paste it to `.env.local` file, to the `REACT_APP_SPOTIFY_ID` variable, and Change `REACT_APP_GAME_REDIRECT_URL` to `http://localhost:3000/game/`.
10. Run `yarn start` to start the dev server.
---
The project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).