内容简介:This webapp can pull the chords / lyrics from ultimate-guitar.com and create a pdf from it.features:screenshots:
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:
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_HOST=0.0.0.0 --build-arg CORS_PORT=5001 .
docker run -p 5000:5000 -p 5001:5001 ugrip
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Web Applications (Hacking Exposed)
Joel Scambray、Mike Shema / McGraw-Hill Osborne Media / 2002-06-19 / USD 49.99
Get in-depth coverage of Web application platforms and their vulnerabilities, presented the same popular format as the international bestseller, Hacking Exposed. Covering hacking scenarios across diff......一起来看看 《Web Applications (Hacking Exposed)》 这本书的介绍吧!