spotify-web-notifications/README.md

25 lines
604 B
Markdown
Raw Permalink Normal View History

2024-01-22 15:32:26 +00:00
# spotify-web-notifications
2024-01-22 23:24:28 +00:00
A Firefox extension adding now-playing style notifications to the [Spotify web interface](https://open.spotify.com/). An (unsupported) Chromium version can be found [here](https://gitlab.com/limesey/spotify-web-notifs).
2024-01-22 15:32:26 +00:00
2024-01-22 23:24:28 +00:00
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](#usage) - Instructions on how to use the extension
2024-01-22 15:32:26 +00:00
2024-01-22 23:24:28 +00:00
- [Development](#development) - Development instructions
## Usage
TODO: Write
## Development
To install dependencies:
2024-01-22 15:32:26 +00:00
```bash
2024-01-22 23:24:28 +00:00
bun install
2024-01-22 15:32:26 +00:00
```