https://github.com/charlypoly/spotify-oauth-workflow
Spotify Web API Express Server (with scopes selection step)
https://github.com/charlypoly/spotify-oauth-workflow
express spotify spotify-api
Last synced: about 1 year ago
JSON representation
Spotify Web API Express Server (with scopes selection step)
- Host: GitHub
- URL: https://github.com/charlypoly/spotify-oauth-workflow
- Owner: charlypoly
- License: mit
- Created: 2017-03-25T17:27:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T13:37:41.000Z (about 9 years ago)
- Last Synced: 2025-03-30T11:02:37.513Z (about 1 year ago)
- Topics: express, spotify, spotify-api
- Language: HTML
- Size: 8.79 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Spotify Web API Express Server (with scopes selection step)
Just clone and add "connect with Spotify" to your webapp !
### Install
- `npm i spotify-oauth-workflow`
- `npm i -g typescript`
- `cp server/config.example.ts server/config.ts`
- *update server/config.ts* with your Spotify Application informations
- `npm run build`
- `npm run serve`
### Preview


