Skip to content

dominicrico/vcard-json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easily and smartly convert vcard file(s) to a JSON object for node.

var vcard = require('vcard-json');

vcard.parseVcardFile('some-contact.vcf', function(err, data){
  if(err) console.log('oops:'+ err);
  else {
    console.log('should be good to go:\n'+ JSON.stringify(data));    
  }
});

Installation

$ npm install vcard-json

About

Easily and smartly convert vcard file(s) to a JSON object for node

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%