Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T13:37:41.000Z (over 7 years ago)
- Last Synced: 2024-10-22T04:16:46.648Z (29 days ago)
- Topics: express, spotify, spotify-api
- Language: HTML
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- 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
![https://s3.eu-west-2.amazonaws.com/github-oss/spotify-oauth-workflow/step-1.png](https://s3.eu-west-2.amazonaws.com/github-oss/spotify-oauth-workflow/step-1.png)
![https://s3.eu-west-2.amazonaws.com/github-oss/spotify-oauth-workflow/step-1.png](https://s3.eu-west-2.amazonaws.com/github-oss/spotify-oauth-workflow/step-2.png)
![https://s3.eu-west-2.amazonaws.com/github-oss/spotify-oauth-workflow/step-1.png](https://s3.eu-west-2.amazonaws.com/github-oss/spotify-oauth-workflow/step-3.png)