1.3.0 • Published 6 years ago

tdaw v1.3.0

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
6 years ago

An API wrapper for tastedive.com recommendations

Setup

$npm install --save tdaw

Initialize

const TDAW = require('tdaw')

const api = new TDAW({
  apiKey: YOUR_API_KEY
})

Example

const res = await tdaw.getRecommendations({
  q: 'Good Will Hunting',
  type: 'movies', // Optional
  info: 1, // Optional
  limit: 20, // Optional
  verbose: 1 // Optional
})
1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago