Skip to content
/ ugrip Public
forked from hedwiggggg/ugrip

https://hedwiggggg.github.io/ugrip - ultimate-guitar.com - user interface & pdf generator

License

Notifications You must be signed in to change notification settings

SysLord/ugrip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


features:

  • load songs from ultimate-guitar.com & view the chords
  • transpose chords
  • simplify chords
  • select parsing style (normal / northern european / southern european)
  • generate pdf

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

About

https://hedwiggggg.github.io/ugrip - ultimate-guitar.com - user interface & pdf generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.0%
  • CSS 7.9%
  • HTML 3.8%
  • Dockerfile 2.9%
  • Shell 0.4%