Converts a JSON Resume file to a vCard
Install with Yarn:
yarn add json-resume-to-vcard
Install with NPM:
npm install json-resume-to-vcard --save
import VCard from 'json-resume-to-vcard'
import resume from './path/to/resume.json'
const vcard = new VCard(resume)
vcard.toFile()