1.0.1 • Published 7 years ago

audiosearch-client-node v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Simple node wrapper for the audiosear.ch api.

Example usage

var Audiosearch = require('audiosearch-client-node');

var audiosearch = new Audiosearch(process.env.AUDIOSEARCH_APP_ID, process.env.AUDIOSEARCH_SECRET);

audiosearch.getTastemakers().then(function (tastemakers) {
  // do stuff here
});

audiosearch.searchEpisodes('text query').then(function (results) {
  // do stuff here.
});

Features

  • Run queries immediately, no need to wait for authentication
  • Promise based
1.0.1

7 years ago

1.0.0

9 years ago