An open API service indexing awesome lists of open source software.

https://github.com/samzhang02/musesheets

HTTP API to download MuseScore music sheets PDF
https://github.com/samzhang02/musesheets

musescore

Last synced: 12 months ago
JSON representation

HTTP API to download MuseScore music sheets PDF

Awesome Lists containing this project

README

          

# 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

```shell
num install
```

Then start the server with

```shell
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.