tunefind

1.0.2 • Public • Published

js-standard-style

Tunefind

API client for tunefind

Setup

npm install --save tunefind

Features

  • supports basic all endpoints with optional query parameters
  • provides an interface for callbacks and promises
  • automatically caches results using cacheman, invalidation is based on LRU with boundings defined by TTL, memory or entries size

API

import { Client } from 'tunefind'
 
const client = new Client({
    credentials: {
        username: '...',
        password: '...'
    }
})

A complete example can be found here

For more checkout the official documentation

Package Sidebar

Install

npm i tunefind

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • autarc