Skip to content

cheshire137/soma-chrome

Repository files navigation

SomaPlayer for Chrome

Build status

SomaPlayer is a Chrome extension for playing stations from SomaFM.

Install from the Chrome Web Store

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

Screenshots

Screenshot - popup

Screenshot - a song notification

How to Develop

Pull requests welcome!

In Chrome:

  1. Navigate to chrome://extensions/
  2. Toggle on "Developer mode" in the top right
  3. Click "Load Unpacked" and choose the extension/ directory

How to Check Code Style

npm install
npm test

Thanks