1.0.2 • Published 4 years ago

guitarparty-client v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

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.