Skip to content

hedwiggggg/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