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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2

Package Sidebar

Install

npm i json-resume-to-vcard

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • maartenpaauw