{"id":18385259,"url":"https://github.com/wankdanker/simple-vcard","last_synced_at":"2025-04-07T00:31:48.826Z","repository":{"id":57361119,"uuid":"102152821","full_name":"wankdanker/simple-vcard","owner":"wankdanker","description":"A module to transform simple javascript objects into vCards and vLists","archived":false,"fork":false,"pushed_at":"2017-10-19T19:00:52.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T09:26:16.407Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wankdanker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-01T21:03:05.000Z","updated_at":"2022-06-20T02:48:44.000Z","dependencies_parsed_at":"2022-09-06T22:22:26.046Z","dependency_job_id":null,"html_url":"https://github.com/wankdanker/simple-vcard","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wankdanker%2Fsimple-vcard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wankdanker%2Fsimple-vcard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wankdanker%2Fsimple-vcard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wankdanker%2Fsimple-vcard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wankdanker","download_url":"https://codeload.github.com/wankdanker/simple-vcard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247574088,"owners_count":20960495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T01:17:05.510Z","updated_at":"2025-04-07T00:31:48.610Z","avatar_url":"https://github.com/wankdanker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"simple-vcard\n------------\n\nA module to transform simple javascript objects into vCards and vLists\n\nexample\n-------\n\n```js\nvar vCard = require('simple-vcard');\n\nvar jCard = {\n  id : 'dfcc7456-8f56-11e7-bc32-d76e3ad96585'\n  , displayName : 'Steve Baker'\n  , phone : '555-555-5555'\n  , email : 'steve-baker@notreal.com'\n  , address1 : 'Street Address 1'\n  , address2 : 'Street Address 2'\n  , city : 'LA'\n  , region : 'CA'\n  , postalCode : '30303'\n  , country : 'US'\n  , company : 'Steve\\'s Company'\n  , title : \"Manager\"\n};\n\nvar result = vCard.toVCard(jCard);\n```\n#### Result\n```\nBEGIN:VCARD\nVERSION:3.0\nCLASS:PUBLIC\nPROFILE:VCARD\nUID:dfcc7456-8f56-11e7-bc32-d76e3ad96585\nFN:Steve Baker\nTITLE:Manager\nADR:;Street Address 2;Street Address 1;LA;CA;30303;US\nORG:Steve's Company\nTEL:555-555-5555\nEMAIL:steve-baker@notreal.com\nEND:VCARD\n```\n\nvCard.toVCard(jCard)\n-------------------\n\njCard is a Javascript object containing any of these attributes:\n\n* id\n* lastName\n* firstName\n* middleInitial\n* prefix\n* nickName\n* displayName\n* title\n* role\n* screenName\n* birthday\n* po\n* address2\n* address1\n* city\n* region\n* postalCode\n* country\n* company\n* phone\n* email\n* url\n* note\n\nlicense\n-------\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwankdanker%2Fsimple-vcard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwankdanker%2Fsimple-vcard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwankdanker%2Fsimple-vcard/lists"}