Code Music Spotify is a project that allows you to create a json file with links to music tracks and then build a pdf file with the tracks and links to the tracks.
The project uses json-server to store the links and a json editor UI to update the json file. The project also uses a ruby script to build the pdf file.
- Start the database (json-server)
json-server --port 5000 markerLinks.json
- Start the pdf server
ruby pdfgen.rb
- Start the editor (json editor UI)
yarn manage
- Start the database (json-server)
json-server --port 5000 markerLinks.json
-
Run spotify.
-
Start the application.
yarn exec parcel index.html
- ChatGPT
- jsQR
- opencv.js
- Parcel
MIT License