Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lioncat6/spotify-altapi

So you take the spotify api and you remove the requirement to use an auth token and then you get the Spotify alternate API
https://github.com/lioncat6/spotify-altapi

Last synced: about 1 month ago
JSON representation

So you take the spotify api and you remove the requirement to use an auth token and then you get the Spotify alternate API

Awesome Lists containing this project

README

        

# Spotify-ALTAPI
So you take the spotify api and you remove the requirement to use an auth token and then you get the Spotify alternate API

Literally just forwards api calls but appends it's own API token for public facing applications

Docs:
https://developer.spotify.com/documentation/web-api

Just Replace `api.spotify.com` with whatever url this is hosted on and don't worry about providing an authorization header

config.json Template:

```
{
"secret": "",
"id": "",
"port":
}
```