This implementation allows you to generate QR code and create vCard contact.

USAGE:

1) Take a cell phone with a camera.

2) Run the program to scan the code.

3) Point your camera lens at the code.

4) Get a vCard contact information!

Options VCard:

version: '3.0'

lastName: string,

firstName: string,

nickname: string,

organization: string, (as company)

workPhone: string, (as phone)

homePhone: string, (as mobile)

workFax: string, (as fax)

birthday: string,

title: string, (as your job)

workEmail: Array<string>, (as email)

workUrl: string, (as website)

workAddress: {}, (as obj with city, zip, state, country, street)

socialUrls: {}, (as obj with linkedIn & github)