json-resume-to-vcard

1.0.1 • Public • Published

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

Dependencies (4)

Dev Dependencies (19)

Package Sidebar

Install

npm i json-resume-to-vcard

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • maartenpaauw