{"id":27769169,"url":"https://github.com/fmontes/github-vcard-web-element","last_synced_at":"2026-04-09T12:42:35.346Z","repository":{"id":72255402,"uuid":"156646357","full_name":"fmontes/github-vcard-web-element","owner":"fmontes","description":"Using @angular/elements to create and built a reusable Web Component from your Github profile","archived":false,"fork":false,"pushed_at":"2018-11-12T18:12:51.000Z","size":247,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-29T20:11:27.809Z","etag":null,"topics":["angular","cli","fmonteslab","html","javascript","rxjs","scss","webapi","webcomponents"],"latest_commit_sha":null,"homepage":"http://fmontes.com","language":"TypeScript","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/fmontes.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-11-08T03:42:40.000Z","updated_at":"2023-02-14T20:15:35.000Z","dependencies_parsed_at":"2023-02-23T06:15:16.208Z","dependency_job_id":null,"html_url":"https://github.com/fmontes/github-vcard-web-element","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fmontes/github-vcard-web-element","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmontes%2Fgithub-vcard-web-element","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmontes%2Fgithub-vcard-web-element/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmontes%2Fgithub-vcard-web-element/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmontes%2Fgithub-vcard-web-element/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fmontes","download_url":"https://codeload.github.com/fmontes/github-vcard-web-element/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmontes%2Fgithub-vcard-web-element/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260619921,"owners_count":23037426,"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":["angular","cli","fmonteslab","html","javascript","rxjs","scss","webapi","webcomponents"],"created_at":"2025-04-29T20:10:45.659Z","updated_at":"2025-12-30T22:30:17.404Z","avatar_url":"https://github.com/fmontes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Vcard Web Element\n\n\u003cimg src=\"https://user-images.githubusercontent.com/751424/48176613-8827f980-e2d6-11e8-8453-b05db2b7774a.jpg\" atl=\"Github VCard Web Component\" /\u003e\n\nUsing Angular to create [Web Component](https://developer.mozilla.org/en-US/docs/Web/Web_Components).\n\n## Build and use\n\n1. Run `npm run build:elements`\n2. That will build a Javsscript file into: `/elements/github-vcard.js`\n3. Create a HTML page with the following code:\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\"\u003e\n    \u003ctitle\u003eCustom Element\u003c/title\u003e\n\n\u003c/head\u003e\n\u003cbody\u003e\n    \u003cgithub-vcard user=\"YOUR_GITHUB_USERNAME\"\u003e\u003c/github-vcard\u003e\n    \u003cscript type=\"text/javascript\" src=\"github-vcard.js\"\u003e\u003c/script\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n4. And you are all set\n\n------------------------------------\n\n## @angular/cli\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.2.\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmontes%2Fgithub-vcard-web-element","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmontes%2Fgithub-vcard-web-element","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmontes%2Fgithub-vcard-web-element/lists"}