hedwiggggg / ugrip

https://hedwiggggg.github.io/ugrip - ultimate-guitar.com - user interface & pdf generator
MIT License
69 stars 6 forks source link
chords guitar guitar-chords guitar-tabs pdf ripper tabs ultimate-guitar ultimateguitar

This webapp can pull the chords / lyrics from ultimate-guitar.com and create a pdf from it.


features:


screenshots:

Screenshot Smartphone Screenshot PC


Run yarn build to build the app, then just serve the build folder.

(with https://www.npmjs.com/package/serve for example, or any other webhost)


or run it with docker

docker build -t ugrip --build-arg CORS_SERVER=http://0.0.0.0:5001/ .

docker run -p 5000:5000 -p 5001:5001 ugrip