Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
spotify-remote
Advanced tools
spotify-remote allows you to control Spotify from a browser. Currently it works by talking to Spotify via its AppleScript interface, so only OS X is supported at the moment.
spotify-remote tries to be a lightweight client-server solution for controlling your Spotify, being as battery-friendly and mobile-friendly as possible.
One of the major issues regarding performance at the moment is the usage of AppleScript to poll the Spotify client. The aim is to either optimize the usage of AppleScript to shrink its CPU consumption or find a different solution altogether.
Install Node.js
Install spotify-remote in a shell:
$ npm install -g spotify-remote
$ npm update -g spotify-remote
Make sure Spotify is running.
Start the spotify-remote server in a shell:
$ spotify-remote
Open http://localhost:3333
in your browser
If you need a different port, just use the PORT environment variable:
$ PORT=1337 spotify-remote
This thing is work in progress and the result of a hack day. It's working relatively well, but of course there's a lot to do. Things that come to mind are:
To get started with spotify-remote development, install it locally:
$ git clone https://github.com/rmehner/spotify-remote.git
$ cd spotify-remote
$ npm install
$ npm start
$ open http://localhost:3333
To run the test suite, do the following:
$ npm test
Pull requests are very welcome: hack away and contribute! If you need any help, don't hesitate to ask!
MIT, see LICENSE
Spotify is a registered trademark of Spotify Ltd. spotify-remote is in no way affiliated with Spotify, we're just a little tool sitting on top of the Spotify.app and their webservices.
We come in peace.
0.0.8 (February 11th, 2013)
FAQs
Control spotify from your browser
The npm package spotify-remote receives a total of 7 weekly downloads. As such, spotify-remote popularity was classified as not popular.
We found that spotify-remote demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.