Song Book Editor in Go
———————-
Author Laurent Le Goff
This project aims at providing golang packages, and softwares (server or commandline tools) to manipulate song datas such as lyrics, chords…
You can read the API documentation or use the HTTP rest services
Features
- Song conversion from chordpro format to html
- Web Service at:
- URL: http://songbookchord.appspot.com/service/convert
- Http method: *
- Input: chordpro stream see this spec for the format at Chordii
- Output: HTML file
Plans
Providing a mix of features such as these projects provides:
- linkesoft songbook
- irealb
- Implements a HTTP service that generate Chords Guitar Voicing images.
Motivations
To have fun programming with Go, experiments with HTML5 new features. As a guitarist player, use my own tool to edit my songs.
License
All the content in this repos is provided with the simplified BSD License. See Authors and LICENSE file for use.