Skip to content
/ pipl Public
forked from ArkeologeN/pipl

Pipl API wrapper entirely written in Node.js

License

Notifications You must be signed in to change notification settings

chengtie/pipl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Pipl API wrapper entirely written in Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%