Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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)