Firefox extension adding now-playing style notifications to the Spotify web interface
Go to file
Violet Millie ebae2390df First commit 2024-01-22 15:32:26 +00:00
.gitignore First commit 2024-01-22 15:32:26 +00:00
README.md First commit 2024-01-22 15:32:26 +00:00
bun.lockb First commit 2024-01-22 15:32:26 +00:00
index.ts First commit 2024-01-22 15:32:26 +00:00
package.json First commit 2024-01-22 15:32:26 +00:00
tsconfig.json First commit 2024-01-22 15:32:26 +00:00

README.md

spotify-web-notifications

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.23. Bun is a fast all-in-one JavaScript runtime.