sunnypranay / vcard

This helps in the generation of vcf format documents which will be useful for sharing contact information with others.

Home Page:https://sunnypranay.github.io/vcard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forthebadge

πŸ“‡ Generation of VCF Card Using JavaScript πŸ–₯

The VCF, or vCard, is a "Virtual Contact File," a standard format used for storing and sharing personal contact information such as names, addresses, phone numbers, and more. Consider it as a digital business card. This project enables the generation of these vCards, streamlining the process of sharing contact information.

🍏 Before Apple introduced "NameDrop" for iPhone users to easily share contact info, and for Android users who don't have an equivalent feature, this project provides a universal solution. 🌍

Key Features:

  • πŸ“ž VCF Generation: Create vCards to make sharing contact information seamless.
  • πŸ“ Data Storage: Uses a data.json file to store the contact information you wish to share.
  • πŸ”— QR Code Integration: Linking to this URL via a QR code on a business card enables quick access. Scanning the QR code automatically triggers a download of the contact information to the user's device.
  • 🌐 Universal Compatibility: Unlike platform-specific solutions like NameDrop on iPhone, this tool works on both Android and iOS platforms.

🎬 Demo:

DEMO Video

πŸ™ Acknowledgements:

  • Inspired by this gist.

🚧 Upcoming Features:

  • Addressing automatic download issues on Google Chrome for iPadOS (works perfectly in Safari for iPadOS). πŸ’‘ Contributions and solutions to this problem are welcomed.

πŸ“Œ Note: If you've used "NameDrop" on the iPhone, think of this as a cross-platform alternative that doesn't require both users to be physically near each other. πŸ“²πŸ”„

About

This helps in the generation of vcf format documents which will be useful for sharing contact information with others.

https://sunnypranay.github.io/vcard/


Languages

Language:JavaScript 85.1%Language:HTML 14.9%