Skip to content

Latest commit

 

History

History
executable file
·
39 lines (23 loc) · 805 Bytes

README.md

File metadata and controls

executable file
·
39 lines (23 loc) · 805 Bytes

pipl

Pipl search api wrapper written for rest api in node

Getting Started

Just like others, its 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 here');

Search API

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

pipl.search.query({"email": "[email protected]"}, 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.