Skip to content

shiningjason/chords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chords - chord shape data library

Usage

NodeJS

$ npm install --save chord-chart
const { name, shapes } = require('chord-chart/guitar/A.json')

REST API

Request

curl -X GET "https://get-chords.now.sh?names=G,C%23,B,A"

# or

curl -X GET "https://get-chords.now.sh?names=G&names=C%23&names=B&names=A"

Response

{
  "A": { ... },
  "B": { ... },
  "C#": { ... },
  "G": { ... },
}

About

Chord shape data library

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published