1.0.1 • Published 6 years ago

json-resume-to-vcard v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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()