Skip to content

Generates PNG images of music chord bars.

Notifications You must be signed in to change notification settings

austenjt/chord-bars

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chord-bars azure function

Execution

mvn clean package azure-functions:run

I generally use VSCode Azure integration to run this service locally while debugging.

Also, I use VSCode plugin to upload project to Azure.

Usage

Example:

http://localhost:7071/api/bar?scale=5&bg=fff&fg=000&text=[Dm7b5,Edim7,A6,D7]&font=Pacaembu&style=0


https://chord-bars.azurewebsites.net/api/bar?scale=5&bg=fff&fg=000&text=[Dm7b5,Edim7,A6,D7]&font=Pacaembu&style=0

Examples

Download the example.html and open it on your local machine.

Examples

About

Generates PNG images of music chord bars.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.6%
  • HTML 16.4%