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 git@github.com:LoliE1ON/Saberfy.git
Go to the project
cd Saberfy
Install all dependencies
npm i
- Create Spotify application in the Dashboard: https://developer.spotify.com/dashboard/applications
- Set Spotify clientId in
src/config/spotify.ts
file - Start application:
npm start
- Standalone build:
npm run package
- Installer:
npm run make
MIT