0.0.1 • Published 4 years ago

@vladdenisov/spotify-proxy v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Spotify Proxy

Simple NodeJS Proxy with whitelisted only Spotify addresses.
Prevents from optional data usage. Increases Spotify app speed.

Installation

Use the package manager npm to install spotify-proxy.

npm i -g @vladdenisov/spotify-proxy

Setup Proxy in Spotify App:

  1. Head to Settings
  2. Scroll to Advanced Settings
  3. Find proxy
  4. Configure it as:
    Proxy type: HTTP
    HOST: localhost
    PORT: 8080

Optional:

If you want, you can change proxy port by setting your enviroment variables:

Windows

set PORT=<port you want to use>

Linux

export PORT=<port you want to use>

Make sure to check your Spotify app proxy settings after this.

Usage

spotify-proxy

Disclaimer

I do not accept any liability or responsibility. Use at your own risk. Made only for educational purposes.

Acknowledgments

License

MIT

0.0.1

4 years ago