Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lioncat6/spotify-altapi
- Owner: Lioncat6
- Created: 2024-08-24T22:01:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T23:16:51.000Z (4 months ago)
- Last Synced: 2024-08-26T00:30:09.556Z (4 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 APILiterally just forwards api calls but appends it's own API token for public facing applications
Docs:
https://developer.spotify.com/documentation/web-apiJust 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":
}
```