Skip to content

George was a good little monkey but he was always very curious. Find out who hosts any email address in the client.

Notifications You must be signed in to change notification settings

cloudsponge/curious-george

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CuriousGeorge 0.0.1

CuriousGeorge is ES6 class which helps to getting CloudSponge email provider.

Setup

Clone the repo and execute

npm install 

Compiling ES6 with source maps

babel src/index.js --out-file build/curious-george.js --source-maps

Usage

var cg = new CuriousGeorge();

cg.findProvider('[email protected]')
.then(function (result) {
   console.log(result);
})
.catch(function (err) {
    console.log(err);
})

Raw JSON

var cg = new CuriousGeorge();

cg.lookup('[email protected]')
.then(function (result) {
   console.log(result);
})
.catch(function (err) {
    console.log(err);
})

About

George was a good little monkey but he was always very curious. Find out who hosts any email address in the client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published