meta-data-vcard

1.0.0 • Public • Published

meta-data-vcard

Create vCards to import contacts into Outlook, iOS, Mac OS, and Android devices from your website using data properties.

Install

npm install meta-data-vcard --save

Usage

Below is a simple example of how to use. An working example is on jckimble.com

Basic vCard

import vCard from 'meta-data-vcard';

//create a new vCard
var vcard = new vCard();

//get string
console.log(vcard.String())

//get data url
console.log(vcard.toDataURL())

Testing

You can run the vCard unit tests via npm:

npm test

Contributions

Contributions are always welcome!

Donations

"Buy Me A Coffee"

License

Copyright (c) 2022 James C Kimble

Readme

Keywords

Package Sidebar

Install

npm i meta-data-vcard

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

2.23 kB

Total Files

2

Last publish

Collaborators

  • jckimble