Skip to content

Latest commit

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

cloudsponge-lib-node

cloudsponge-lib-node

Attention: This is a work in progress.

AUTHENTICATION values and mail source (ie. 'gmail') are now hardcoded. You will need to put your correct values on lib/emit_importer.js

var cloudsponge = require('./cloudsponge');
var AUTHENTICATION = {domain_key: 'YRMBHYC3DRPEK3LUSCYK', domain_password: 'zgIER11nFCWMAGM'};
var importer = cloudsponge.Importer;
importer.import("gmail", AUTHENTICATION);
importer.on('Initialized', function(consent){
console.log('open browser at:', consent.url);
importer.consent.getEvents(consent.import_id, function(contacts){
console.log("rtn:::", contacts);
});
});

About

NodeJS Integration Library and reference implementation for the CloudSponge Contacts Importer service.

Resources

Stars

0 stars

Watchers

7 watching

Forks

Releases

Packages

Used by

Contributors

Languages