A small node program to remove duplicate vcard entries from any numbe of vcard files before exporting a single .vcf file.
Go to file
Nils Norman Haukås 131ba68911 add no github badge 2024-01-22 15:10:56 +01:00
test updated tests 2015-04-07 19:58:52 +02:00
vcards initial commit 2015-04-07 19:09:00 +02:00
.gitignore initial commit 2015-04-07 19:09:00 +02:00
dedupe-vcards.js initial commit 2015-04-07 19:09:00 +02:00
index.js initial commit 2015-04-07 19:09:00 +02:00
package.json updated readme 2015-04-07 20:09:34 +02:00
readme.md add no github badge 2024-01-22 15:10:56 +01:00

readme.md

Remove duplicate vcards

Please don't upload to GitHub

"Vcards, vcards everywhere." This little program digests any number of vcard files before removing duplicate vcard entries and spitting out a nice de-duplicated .vcf export file.

Usage

  1. First you'll have to install nodejs.
  2. Then you'll have to download this project. And navigate inside the extracted project folder with a command prompt and execute the command npm install.
  3. Afterwards you may run npm start to concatenate and deduplicate all .vcf files located inside the vcards/ folder. The program will then finish by creating a deduped-contacts.vcf file inside the project folder.

Licensed under MIT

Copyright (c) 2015 Nils Norman Haukås

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.