This extension for Chrome add an Chorus option to search for Spotify songs at Chorus.
Clone Hero-friendly Organized Repository of User-provided Songs it's a open source project from @Paturages
From Chorus README.md
chorus periodically imports links to songs from a list of mostly Google Drive folders (manually provided in the sources folder). It crawls the provided folders, downloads the
.chart
/.mid
andsong.ini
files (or entire archives) to parse them for information, formally saves the links (not the song bundles themselves) and their metadata in a database and discards the downloaded items. The web app simply reads and searches from the data that is saved in the database.
Clone Hero is a classic instrument based rhythm game for Windows, Mac, Linux, and Android. It's playable with any 5 or 6 fret guitar controller, any midi drum kit, any game controller and even your keyboard! Jam out with Drums, 5-fret Guitar, or 6-fret Guitar online or local!
## 1. Clone repo
git clone https://github.com/guivictorr/spotify-chorus.git
## 2. Build the project
npm run build
npm run dev (will watch your changes)
## 2. Load Extension
# Go to chrome://extensions
# Enable Developer Mode
# Load Unpacked
# Select build folder generated by build script
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
Once your pull request has been merged, you can delete your branch.
This project is under the MIT license. See the LICENSE file for more details.