/vcf-generator

npm i; tweak rows and vcard template; npm run generate; drag to iOS simulator

Primary LanguageJavaScriptMIT LicenseMIT

vcf-generator

Requeriments

  • Node.js already installed.

Install

Download the zip

Usage

  • Start by npm install to get yourself Ready.
  • Tweak numOfContactsToGenerate (try in batches of 500 and get about 2000 for proper testing since some people are really popular) in dummy-contacts.js (and the template according to the vCard v3.0 spec if you'd like)
  • npm run generate to generate a fresh dummy-contacts.vcf file (by fresh I mean it blasts whatever's in there before generating random contacts).
  • Drag dummy-contacts.vcf onto your iOS Simulator

No idea how to delete them in iOS Simulator. Please open an issue and let me know.