Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 856 Bytes

CodeMusic.md

File metadata and controls

47 lines (33 loc) · 856 Bytes

Code Music Spotify

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.

Building the cards

  1. Start the database (json-server)
json-server --port 5000  markerLinks.json
  1. Start the pdf server
ruby pdfgen.rb
  1. Start the editor (json editor UI)
 yarn manage

Running the app

  1. Start the database (json-server)
json-server --port 5000  markerLinks.json
  1. Run spotify.

  2. Start the application.

yarn exec parcel index.html

Acknowledgements

  • ChatGPT
  • jsQR
  • opencv.js
  • Parcel

Licence

MIT License