search123

0.0.13 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i search123

Weekly Downloads

0

Version

0.0.13

License

ISC

Last publish

Collaborators

  • francoisv