guitarparty-client

1.0.2 • Public • Published

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.

Package Sidebar

Install

npm i guitarparty-client

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

10.4 kB

Total Files

12

Last publish

Collaborators

  • alexbartfeld