Skip to content

Commit 55514e3

Browse files
docs: add how to set up Spotify API(#33)
1 parent 89be700 commit 55514e3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,17 @@ Please ensure that your code follows the project's coding conventions and has ad
5656
npm run dev
5757
```
5858

59+
## How to get the client ID and Secret ID from spotify
60+
- Go to [spotify for Developers](https://developer.spotify.com/)
61+
- Login to your spotify Account
62+
- Go to [your dashboard](https://developer.spotify.com/dashboard)
63+
- [Create a new App](https://developer.spotify.com/dashboard/create)
64+
- Fill in the app name `hearitfresh`, description as whatever you want, and the redirect urls to be `http://localhost:3000`, click on add and at the bottom of the page click on save
65+
![Demo Screenshot](https://github.com/user-attachments/assets/913ae140-d95b-495b-bc1f-0d0c5d2c8222)
66+
- After the project is created, go to settings and you'll find the client secret and ID to use
67+
- Copy them and fill them in the env file as SPOTIFY_CLIENT_ID & SPOTIFY_CLIENT_SECRET, respectively
68+
69+
5970
## 🛡️ License
6071

6172
HearItFresh is licensed under the [MIT License](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)