0.1.3 • Published 6 years ago

pipl v0.1.3

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

pipl

Pipl search api wrapper written for rest api in Node.

Getting Started

Just like others, it's simple and quick as per standard:

npm install pipl --save

This will install the module and add the entry in package.json. Lets start using it!

var pipl = require('pipl')('apiKey');

Example using v5 API url (v4 is used by default):

var pipl = require('pipl')('apiKey', 'http://api.pipl.com/search/v5/');

Search API

Supports calls as per the documentation available at: Pipl Search API.

pipl.search.query({"email": "hamzawaqas@somewhere.com"}, function(err, data) {
    // Here you go
});

Name API

TBD - Accepting pull request for it.

Thumbnail API

TBD - Accepting pull request for it.

Contributor

The wrapper has been initialized by Hamza Waqas.

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

9 years ago

0.1.0

10 years ago