Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomheaton/track-hopper

Hop between music streaming services.
https://github.com/tomheaton/track-hopper

applemusic chrome-extension deezer javascript music react spotify typescript

Last synced: about 12 hours ago
JSON representation

Hop between music streaming services.

Awesome Lists containing this project

README

        


Track Hopper Icon



Track Hopper Chrome Web Store Users

Track Hopper


Hop between music streaming services.

## Notes

- Only works for search pages within music streaming sites (other pages are in the works).
- Hopping to Apple Music will default to the US region to prevent search parameter issues (this will be fixed in the future).
- Regions where service domains are unique have not been tested.

## Development Setup

Install the dependencies:

```bash
pnpm install
```

Build the extension:

```bash
pnpm build
```

Load the extension:

Go to [`chrome://extensions/`](chrome://extensions/), enable `Developer mode`, click `Load unpacked`, and select the `dist` folder.