spotify-proxy

0.1.0 • Public • Published

Spotify Proxy npm bundle size npm npm

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 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

Normal mode (recommended):

spotify-proxy

Verbose mode (for debug):

spotify-proxy -v

Disclaimer

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

Acknowledgments

License

MIT

Package Sidebar

Install

npm i spotify-proxy

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

8.15 kB

Total Files

6

Last publish

Collaborators

  • vladdenisov