Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tomheaton/track-hopper
- Owner: tomheaton
- License: mit
- Created: 2023-08-24T18:32:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T11:17:16.000Z (about 1 year ago)
- Last Synced: 2024-05-02T04:08:18.205Z (7 months ago)
- Topics: applemusic, chrome-extension, deezer, javascript, music, react, spotify, typescript
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/dmlbdjeaoiacdfdifankjfaapeoanloa
- Size: 2.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
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.