HTTP API to download PDFs of sheets on MuseScore.
The entrypoint of the code is src/api.ts
.
First install all dependencies with
num install
Then start the server with
npm run start
We now have an endpoint that we can query with a musescore url, an example with curl:
curl https://localhost:3000/?url=https://musescore.com/classicman/scores/106022 --output la_campanella.pdf
This is not an official MuseScore product.