robhurring / play-anything

:musical_note: Remote spotify controller. Let weirdos control your music.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎵 Play Anything

Play anything is a web API that uses spotify connect to grant strangers on the internet control what you listen to.

Setup

  1. Run ./bin/setup
  2. Create an app on spotify
  3. Generate an access token using postman (or something)
  4. Update your .env file with the access token, refresh token and client information.

Running

  1. Run yarn dev

Configuration

  • ENABLE_CONTROL=<true|false> - Allows the api to control playing and skipping tracks.
  • ENABLE_STATUS=<true|false> - Allows the api to return your currently playing track.

About

:musical_note: Remote spotify controller. Let weirdos control your music.


Languages

Language:JavaScript 80.0%Language:CSS 15.9%Language:HTML 2.1%Language:Shell 2.0%