/soma-chrome

Chrome extension for playing and scrobbling stations from SomaFM.

Primary LanguageJavaScriptMIT LicenseMIT

SomaPlayer for Chrome

Build status

SomaPlayer is a Chrome extension for playing and scrobbling stations from SomaFM.

Install from the Chrome Web Store

See the change log. You might also be interested in my desktop app for OS X, Windows, and Linux.

Screenshots

The popup using the dark theme with a song playing:

Screenshot - the popup dark

The popup using the light theme with a song playing:

Screenshot - the popup light

The options page using the light theme:

Screenshot - the options page

A song notification:

Screenshot - a song notification

How to Develop

Pull requests welcome!

  1. npm install to install necessary packages and get a config.js to customize.
  2. Customize extension/config.js by filling in your Last.fm API key and secret.
  3. In Chrome at chrome://extensions/, click 'Load unpacked extension...' and choose the extension/ directory.

How to Check Code Style

npm install
npm test

Thanks