enesser / vCards-js

Create vCards to import contacts into Outlook, iOS, Mac OS, and Android devices from your website or application.
MIT License
419 stars 155 forks source link

Parse VCard to JSON #38

Open janhesters opened 5 years ago

janhesters commented 5 years ago

Is there a way using this library to convert existing vcards back to objects, arrays and / or JSON?

pynner commented 5 years ago

What did you end up using to parse existing vcards?

janhesters commented 5 years ago

@pynner https://www.npmjs.com/package/vcf

pynner commented 5 years ago

Preemo. Thanks

On Thu, May 9, 2019 at 8:27 AM Jan Hesters notifications@github.com wrote:

@pynner https://github.com/pynner https://www.npmjs.com/package/vcf

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/enesser/vCards-js/issues/38#issuecomment-490882053, or mute the thread https://github.com/notifications/unsubscribe-auth/AEDMWTGDEHTHKPWVGDJX62DPUQKBLANCNFSM4HHW6EXA .

enesser commented 5 years ago

Would love to build this in some day, but I haven't personally needed it yet and hopeful the community might. Also, vcf looks like a pretty cool package!