Firefox extension adding now-playing style notifications to the Spotify web interface
Go to file
Violet Millie b44c6bd073 Update dependencies and create development cripts 2024-01-22 23:27:40 +00:00
.gitignore First commit 2024-01-22 15:32:26 +00:00
README.md Update README.md 2024-01-22 23:24:28 +00:00
bun.lockb Update dependencies and create development cripts 2024-01-22 23:27:40 +00:00
index.ts First commit 2024-01-22 15:32:26 +00:00
package.json Update dependencies and create development cripts 2024-01-22 23:27:40 +00:00
tsconfig.json First commit 2024-01-22 15:32:26 +00:00

README.md

spotify-web-notifications

A Firefox extension adding now-playing style notifications to the Spotify web interface. An (unsupported) Chromium version can be found here.

This extension works by scraping the web player for the necessary data, meaning that you won't need a developer account!

Table of contents

  • Usage - Instructions on how to use the extension

  • Development - Development instructions

Usage

TODO: Write

Development

To install dependencies:

bun install