An open API service indexing awesome lists of open source software.

https://github.com/lolie1on/saberfy

Application for match and import your Spotify favorite songs to BeatSaber
https://github.com/lolie1on/saberfy

beatmaps beatsaber beatsaver electron nodejs react spotify vr

Last synced: 5 months ago
JSON representation

Application for match and import your Spotify favorite songs to BeatSaber

Awesome Lists containing this project

README

        

# Saberfy (WIP)

Application to search and import tracks from BeatSaver to BeatSaber.

![Saberfy preview](https://files.e1on.space/proggrams/saberfy.png)

### Features
- Find Spotify favorite tracks in BeatSaver
- Find maps by song or artist from BeatSaver
- Import maps to BeatSaber
- Map sorting
- Map preview

## Dependencies
NodeJS >= 16

## Install

Clone repository

```bash
git clone [email protected]:LoliE1ON/Saberfy.git
```

Go to the project

```bash
cd Saberfy
```

Install all dependencies

```bash
npm i
```

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

## Build
- Standalone build: ```npm run package```
- Installer: ```npm run make```

## License

MIT