pianoverse_client/readme.md
2024-07-19 04:31:01 +03:00

12 lines
451 B
Markdown

# the Pianoverse Client
Extracted from the https://pianoverse.net site at 13:11 on July 17.
Bundle.js has modifications to point towards "api.pianoverse.sad.ovh"
To reverse these modifications, run `localStorage.host = "mainline"`. You can also make it point towards 127.0.0.1:8081 with `localStorage.host = "dev"`
Nushell script for downloading all sounds:
```nu
for $x in 21..108 {wget $"https://pianoverse.net/sounds/salamander/($x).mp3"}
```