Application to search and import tracks from BeatSaver to BeatSaber.
- Find Spotify favorite tracks in BeatSaver
- Find maps by song or artist from BeatSaver
- Import maps to BeatSaber
- Map sorting
- Map preview
NodeJS >= 16
Clone repository
git clone [email protected]:LoliE1ON/Saberfy.gitGo to the project
cd SaberfyInstall all dependencies
npm i- Create Spotify application in the Dashboard: https://developer.spotify.com/dashboard/applications
- Set Spotify clientId in
src/config/spotify.tsfile - Start application:
npm start
- Standalone build:
npm run package - Installer:
npm run make
MIT