1.0.2 • Published 9 years ago

tunefind v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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