An open API service indexing awesome lists of open source software.

https://github.com/riteshsp2000/spotify-profile-server


https://github.com/riteshsp2000/spotify-profile-server

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# spotify-profile-server

## Setup
1. Login into the Spotify Developer website using your spotify account.
2. Create a new app in the dashboard
3. Add `http://localhost:8888/callback` as the redirect uri in the app settings.
4. Create an .env file in the root of the project based on .env.example
5. Run `yarn install` to install all the dependencies
5. Run `yarn dev` to start the server in development mode.