kieranroneill / plauser

A Chrome extension that allows you to play/pause your current playing track from any tab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plauser

A Chrome extension that allows you to play/pause your current playing track from any tab.

Plauser supports the following music services:

  • Google Music
  • Spotify
  • YouTube
  • Grooveshark
  • SoundCloud
  • ...more coming soon!

Table Of Contents

Installation

In order to get started, you will need:

Development

  1. Install the dependencies using yarn install
  2. Run yarn start
  3. Navigate to chrome://extensions
  4. Press Load unpacked extension... and point to the /dist directory.

The develop build supports hot reloading, so any changes will automatically reload the extension.

Testing

Unit testing

Unit testing is performed using:

  • Mocha for running the tests.
  • Chai for assertions.
  • Sinon for spys, stubs and mocking.
  • Istanbul for test coverage.

To run the unit tests simply run:

yarn test

Once the tests have been completed, coverage reports will be added to a /coverage directory.

Credits

About

A Chrome extension that allows you to play/pause your current playing track from any tab.

License:Other


Languages

Language:JavaScript 77.2%Language:CSS 9.1%Language:Vue 7.2%Language:HTML 6.6%