{"id":15908189,"url":"https://github.com/fxcosta/ngx-say-cheese","last_synced_at":"2026-05-14T21:03:21.962Z","repository":{"id":98555754,"uuid":"99402146","full_name":"fxcosta/ngx-say-cheese","owner":"fxcosta","description":"Simple Angular 2+ wrapper for say-cheese to integrating a webcam and snapshots into your app.","archived":false,"fork":false,"pushed_at":"2017-08-06T05:37:33.000Z","size":8,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T00:24:21.401Z","etag":null,"topics":["angular","say-cheese","snapshot","webcam"],"latest_commit_sha":null,"homepage":"","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/fxcosta.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}},"created_at":"2017-08-05T05:44:03.000Z","updated_at":"2017-08-06T05:15:29.000Z","dependencies_parsed_at":"2023-03-30T11:08:30.447Z","dependency_job_id":null,"html_url":"https://github.com/fxcosta/ngx-say-cheese","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"825cf681078bc8474613378dade07b41990c6915"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fxcosta/ngx-say-cheese","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxcosta%2Fngx-say-cheese","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxcosta%2Fngx-say-cheese/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxcosta%2Fngx-say-cheese/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxcosta%2Fngx-say-cheese/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxcosta","download_url":"https://codeload.github.com/fxcosta/ngx-say-cheese/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxcosta%2Fngx-say-cheese/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33043249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","say-cheese","snapshot","webcam"],"created_at":"2024-10-06T14:11:44.758Z","updated_at":"2026-05-14T21:03:21.932Z","avatar_url":"https://github.com/fxcosta.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngx-say-cheese (not for production yet)\n\n## Installation\n\nTo install this library, run:\n\n```bash\n$ npm install ngx-say-cheese --save\n```\n\nand then from your Angular `AppModule`:\n\n```typescript\nimport { BrowserModule } from '@angular/platform-browser';\nimport { NgModule } from '@angular/core';\n\nimport { AppComponent } from './app.component';\n\n// Import your library\nimport { NgxSayCheeseModule } from 'ngx-say-cheese';\n\n@NgModule({\n  declarations: [\n    AppComponent\n  ],\n  imports: [\n    BrowserModule,\n    NgxSayCheeseModule.forRoot()\n  ],\n  providers: [],\n  bootstrap: [AppComponent]\n})\nexport class AppModule { }\n```\n\nOnce your library is imported, you can use its component and service in your Angular application:\n\n```xml\n\u003csay-cheese [elementId]=\"'cameraElementId'\"\u003e\u003c/say-cheese\u003e\n```\n\nOnce defined component in your template, you can use the SayCheeseService to\ninit, stop, take snapshot and others methods:\n\n```typescript\nimport {SayCheeseService} from 'ngx-say-cheese';\n\n@Component({\n  selector: 'app-root',\n  templateUrl: './app.component.html',\n  styleUrls: ['./app.component.css']\n})\nexport class AppComponent {\n  constructor(private cheeseService: SayCheeseService) {}\n\n  someMethodToDispatchServiceEvents() {\n    this.cheeseService.init();\n  }\n}\n```\n\n## License\n\nMIT © [Felix Costa](mailto:fx3costa@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffxcosta%2Fngx-say-cheese","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffxcosta%2Fngx-say-cheese","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffxcosta%2Fngx-say-cheese/lists"}