https://github.com/hmt/ldif_vcard_converter
Simple website to online convert LDIF contact files to VCARD - Logineo users welcome :)
https://github.com/hmt/ldif_vcard_converter
Last synced: about 1 year ago
JSON representation
Simple website to online convert LDIF contact files to VCARD - Logineo users welcome :)
- Host: GitHub
- URL: https://github.com/hmt/ldif_vcard_converter
- Owner: hmt
- Created: 2022-05-18T16:23:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-18T14:29:26.000Z (almost 4 years ago)
- Last Synced: 2025-02-17T00:16:03.436Z (over 1 year ago)
- Language: Svelte
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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/](http://localhost:3000/).
This app is licensed under the [MIT License](LICENSE).