Mozilla Firefox | Google Chrome
RYM Last.fm Stats is a browser extension that enhances your experience on RateYourMusic by integrating Last.fm statistics. This extension allows you to:
- Display Last.fm stats on RateYourMusic artist and release pages
- See your top albums from Last.fm on your RateYourMusic profile
- View your recent tracks on your RateYourMusic profile
- View recent tracks of other users on their RateYourMusic profile (requires Last.fm user link to be added into profile)
- Node.js
- npm
- Clone the repository
- Run
npm install
to install dependencies
- For Chrome:
npm run build:chrome
- For Firefox:
npm run build:firefox
- For Chrome:
npm run dev:chrome
- For Firefox:
npm run dev:firefox
- Default (Firefox):
npm run dev
- Lint:
npm run lint
- Fix linting issues:
npm run lint:fix
- Format code:
npm run format
- Vue.js
- Webpack
- Tailwind CSS
- ESLint
- Prettier