guitarparty-client
v1.0.2
Published
GuitarParty.com Client Library
Downloads
3
Maintainers
Readme
Installation
npm install guitarparty-client
Authentication
To use the Guitarparty API you must provide an API key. You can get an API key here (must be a Guitarparty user and logged in).
Usage
import GuitarParty from 'guitarparty-client';
const gpapi = new GuitarParty('YOUR_TOKEN')
More information about the API can be found at GuitarParty.com website
Available methods
- searchSongs
- getSong
- searchArtists
- getArtist
- searchChords
- getChordVariations
Notes
There is a constant backoff algorithm implemented in case of Network error with 4 attempts and 5sec intervals.