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
- Host: GitHub
- URL: https://github.com/samzhang02/musesheets
- Owner: SamZhang02
- License: mit
- Created: 2024-03-12T13:08:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T21:58:11.000Z (about 2 years ago)
- Last Synced: 2025-03-24T01:49:30.938Z (about 1 year ago)
- Topics: musescore
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.