8000 GitHub - sandiz/chords: Chord shape data library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sandiz/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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%
0