Skip to content

andrey-skl/vk-scrobbler

Repository files navigation

VK Scrobbler

Build Status Release codecov.io devDependency Status Webstore

Promo image

An extension to send playing tracks to last.fm library. Runs flawlessly on Chrome, Firefox, Opera and others...

Contributing

  1. Install dependencies by typing npm install
  2. Run watch by npm run watch. Now you have dist folder with extension prepared for loading
  3. Load extension as unpacked from dist folder.
  4. Make some changes, reload extension in browser (chrome://extensions) or (about:debugging if you're using Firefox) and test it manually.
  5. Run tests by npm test
  6. Run linting by npm run lint
  7. Commit to your fork and send pull request