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
const client = credentials: username: '...' password: '...'
A complete example can be found here
For more checkout the official documentation