Kernix13 / guitar-chord-names

The best guitar chord namer app there is!
https://everyguitarchord.com/what-chord-is-this.html
MIT License
4 stars 1 forks source link

[REFACTOR] - populate chord-intervals.json with chord objects #18

Open Kernix13 opened 10 months ago

Kernix13 commented 10 months ago

Right now we are useing chord-intervals.js to check for a matching chord and return the results if found. We need the JSON file to contain that information so that we can use fetch or axios to get the data.

Kernix13 commented 10 months ago

This will be done in stages: major triads with adds are done. Next are major 7th chords. That branch name should be build/json-maj7s