Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 502 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 502 Bytes

MuseSheets

HTTP API to download PDFs of sheets on MuseScore.

Usage

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 http://localhost:3000/?url=https://musescore.com/classicman/scores/106022 --output la_campanella.pdf

Disclaimer

This is not an official MuseScore product.