ultimate-guitar.com - user interface & pdf generator

栏目: IT技术 · 发布时间: 5年前

内容简介: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:

ultimate-guitar.com - user interface & pdf generator ultimate-guitar.com - user interface & pdf generator

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


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

编程珠玑

编程珠玑

Jon Bentley / 黄倩、钱丽艳 / 人民邮电出版社 / 2008-10 / 39.00元

本书是计算机科学方面的经典名著。书的内容围绕程序设计人员面对的一系列实际问题展开。作者Jon Bentley 以其独有的洞察力和创造力,引导读者理解这些问题并学会解决方法,而这些正是程序员实际编程生涯中至关重要的。本书的特色是通过一些精心设计的有趣而又颇具指导意义的程序,对实用程序设计技巧及基本设计原则进行了透彻而睿智的描述,为复杂的编程问题提供了清晰而完备的解决思路。本书对各个层次的程序员都具有......一起来看看 《编程珠玑》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具