search123
v0.0.13
Published
Node module for the search123 API
Downloads
80
Readme
search123
Node module for the search123 API
Install
npm install search123
Usage
var search123 = require('search123');
var options = {};
search123(options)
.then(function (results) {
console.log(results);
},
function (error) {
throw error;
})
Options
A model for the options can be found at lib/parameters
.