Skip to content

guivictorr/spotify-chorus

Repository files navigation

Spotify Chorus

This extension for Chrome add an Chorus option to search for Spotify songs at Chorus.

What it's 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 and song.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.

What it's Clone Hero

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!

📱💻 Instructions

## 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

🤔 How to contribute

  • 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.

📝 License

This project is under the MIT license. See the LICENSE file for more details.