Live at: generate.blindsongscanner.com
Web app that takes a Spotify playlist link and allows the user to create tiles with the song details on one side and a track QR code on the other. These QR codes can be scanned by the Blind Song Scanner web app to play the songs: https://github.com/Theys96/blind-song-scanner
- Install Node.js (recommended: v18.x or v20.x)
- Clone the repository:
git clone https://github.com/Theys96/blind-song-scanner-generator.git cd blind-song-scanner-generator - Install dependencies:
npm install
- Start the development server:
npm run dev
Create a .env file based on .env.example.
- Fork the repository and create a feature branch.
- Write clear, documented code.
- Run
npm run lintbefore every commit. - Create a pull request with a description of your changes.
How can I scan a playlist?
Enter the Spotify link and follow the instructions.
How can I generate QR codes?
After inserting the playlist, the cards and QR codes are generated automatically.
Who do I contact if I have problems?
Create an issue or contact the maintainers via GitHub.
