{"id":16245871,"url":"https://github.com/bipoza/adorable-avatar","last_synced_at":"2026-04-14T10:32:17.814Z","repository":{"id":46617758,"uuid":"390479413","full_name":"bipoza/adorable-avatar","owner":"bipoza","description":"Automatic avatar generator for any web frontend! For Angular, React, Vue and HTML web components.","archived":false,"fork":false,"pushed_at":"2021-10-05T19:38:03.000Z","size":799,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-20T19:07:45.552Z","etag":null,"topics":["angular","hacktoberfest","hacktoberfest2021","ionic","ionic-framework","react","stencil","stenciljs","vue","webcomponents"],"latest_commit_sha":null,"homepage":"","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/bipoza.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":"2021-07-28T19:30:38.000Z","updated_at":"2021-10-05T19:38:06.000Z","dependencies_parsed_at":"2022-08-23T15:51:07.086Z","dependency_job_id":null,"html_url":"https://github.com/bipoza/adorable-avatar","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bipoza/adorable-avatar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bipoza%2Fadorable-avatar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bipoza%2Fadorable-avatar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bipoza%2Fadorable-avatar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bipoza%2Fadorable-avatar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bipoza","download_url":"https://codeload.github.com/bipoza/adorable-avatar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bipoza%2Fadorable-avatar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31793212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","hacktoberfest","hacktoberfest2021","ionic","ionic-framework","react","stencil","stenciljs","vue","webcomponents"],"created_at":"2024-10-10T14:28:26.367Z","updated_at":"2026-04-14T10:32:17.800Z","avatar_url":"https://github.com/bipoza.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Adorable Avatars component!\n\nAutomatic avatar generator for any web frontend! For Angular, React, Vue and HTML web components.\n\n\nBased on the project https://github.com/itsthatguy/avatars-api-middleware this component has been created to be used directly on the frontend without the need to maintain a server.\n\n![Example](./docs/example.png)\n\n\n## How to use\n\n### HTML [Example](https://codesandbox.io/s/adorable-avatar-core-html-pz8no?file=/index.html:259-274)\n\nVia npm:\n```bash\nnpm install @adorable-avatar/core\n```\n\nVia CDN:\n```html\n\u003cscript type=\"module\" src=\"https://cdn.jsdelivr.net/npm/@adorable-avatar/core@0.0.2/dist/adorable-avatar/adorable-avatar.esm.js\"\u003e\u003c/script\u003e\n```\nUse it!\n```html\n\u003cadorable-avatar name=\"bipoza\" shape=\"round\"\u003e\u003c/adorable-avatar\u003e\n```\n![User Example](./docs/user_example.png)\n\n\n### Angular [Example](https://codesandbox.io/s/adorable-avatar-angular-angular-0yp0w?file=/src/app/app.component.html)\n\n1. Install the package\n\n```BASH\n$ npm install @adorable-avatar/angular --save\n```\n2. Import the module\n\n```TS\nimport { NgModule } from '@angular/core';\nimport { BrowserModule } from '@angular/platform-browser';\n\nimport { AppComponent } from './app.component';\nimport { AdorableAvatarModule } from '@adorable-avatar/angular';\n\n@NgModule({\n  declarations: [\n    AppComponent\n  ],\n  imports: [\n    BrowserModule,\n    AdorableAvatarModule\n  ],\n  providers: [],\n  bootstrap: [AppComponent]\n})\nexport class AppModule { }\n```\n\n3. Use it!\n\n```HTML\n\u003cadorable-avatar name=\"bipoza\" shape=\"round\"\u003e\u003c/adorable-avatar\u003e\n```\n\n\n### React (WIP)\n\nInstall the package\n```bash\nnpm install @adorable-avatar/react --save\n```\nUse it!\n```javascript\nimport AdorableAvatar from '@adorable-avatar/react'\n\nfunction App() {\n  return \u003cAdorableAvatar name=\"bipoza\" shape=\"round\" /\u003e\n}\n```\n\n  \n## Documentation (WIP)\n\n[Documentation](https://linktodocumentation)\n\n  \n## Contributing\n\nContributions are always welcome!\n\n\u003c!--See `contributing.md` for ways to get started. (WIP) --\u003e\n\n\n  \n## Authors\n\n- [@bipoza](https://www.github.com/bipoza)\n\n  \n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbipoza%2Fadorable-avatar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbipoza%2Fadorable-avatar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbipoza%2Fadorable-avatar/lists"}