BeauNouvelle / SwiftyGuitarChords

A guitar chord diagram drawing library built in Swift
MIT License
122 stars 13 forks source link

Update chord charts remotely #27

Open BeauNouvelle opened 1 year ago

BeauNouvelle commented 1 year ago

Add a new function that fetches the latest chord list from this repository. This can be optionally called by consumers of the library.

Fetching and caching the latest chord list could be helpful for apps that don't update dependencies as often and allows library maintainers to fix issues with incorrect chords or add new ones quickly.