Skip to content

Sonarvio/tunefind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published