Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.25 KB

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