Skip to content

maartenpaauw/json-resume-to-vcard

Repository files navigation

JSON Resume to vCard

Greenkeeper Build Status Dependencies Status Development Dependencies Status npm (tag)

Converts a JSON Resume file to a vCard

Installation

Install with Yarn:

yarn add json-resume-to-vcard

Install with NPM:

npm install json-resume-to-vcard --save

Usage

import VCard from 'json-resume-to-vcard'
import resume from './path/to/resume.json'

const vcard = new VCard(resume)

vcard.toFile()