Nenhuma descrição

hmt 9c8898fcf1 Verteilerlisten gehen nun auch 2 anos atrás
src 9c8898fcf1 Verteilerlisten gehen nun auch 2 anos atrás
static cdfe7e9385 Initial commit 2 anos atrás
.eslintrc.cjs cdfe7e9385 Initial commit 2 anos atrás
.gitignore cdfe7e9385 Initial commit 2 anos atrás
.npmrc cdfe7e9385 Initial commit 2 anos atrás
.prettierrc cdfe7e9385 Initial commit 2 anos atrás
README.md 356921e1e3 added readme 2 anos atrás
package-lock.json e05de03286 update deps 2 anos atrás
package.json e05de03286 update deps 2 anos atrás
svelte.config.js c89c2d2590 node adapter 2 anos atrás
tsconfig.json cdfe7e9385 Initial commit 2 anos atrás

README.md

LDIF to VCARD (VCF) converter

This simple app lets you convert any .ldif file to a .vcf file.

Simply upload the file into the browser and all contacts will automatically be converted to a .vcf file.

To download the file, click the download button.

Note: This app only converts LDIF files to VCARD files. No data is sent anywhere the conversion takes place in your browser. Feel free to download and run the app on your own computer.

git clone https://github.com/hmt/ldif_vcard_converter.git
cd ldif_vcard_converter
npm install
npm run dev

Then open your browser and go to http://localhost:3000/.

This app is licensed under the MIT License.