0.0.13 • Published 10 years ago

search123 v0.0.13

Weekly downloads
4
License
ISC
Repository
github
Last release
10 years ago

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.

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago