{"id":44046750,"url":"https://github.com/sparkouttech/ng-pikchat-client","last_synced_at":"2026-02-07T22:11:47.917Z","repository":{"id":121936364,"uuid":"429748289","full_name":"sparkouttech/ng-pikchat-client","owner":"sparkouttech","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-06T08:22:11.000Z","size":566,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-09T14:53:49.666Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sparkouttech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-11-19T09:57:25.000Z","updated_at":"2021-12-06T08:22:14.000Z","dependencies_parsed_at":"2024-02-01T17:00:32.726Z","dependency_job_id":null,"html_url":"https://github.com/sparkouttech/ng-pikchat-client","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"5218f111e795d54646a70f432c6dbb7ceaf879a4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sparkouttech/ng-pikchat-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkouttech%2Fng-pikchat-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkouttech%2Fng-pikchat-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkouttech%2Fng-pikchat-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkouttech%2Fng-pikchat-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sparkouttech","download_url":"https://codeload.github.com/sparkouttech/ng-pikchat-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkouttech%2Fng-pikchat-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29210124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T21:35:21.898Z","status":"ssl_error","status_checked_at":"2026-02-07T21:35:20.106Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-02-07T22:11:47.850Z","updated_at":"2026-02-07T22:11:47.901Z","avatar_url":"https://github.com/sparkouttech.png","language":"TypeScript","readme":"# NgPikchatClient\n\n## Dependencies\n\nLatest version available for each version of Angular\n\n| ng-pikchat-client | Angular     |\n| ----------------- | ----------- |\n| current           | \u003e= 10.x     |\n\n## Install\n\n```bash\nnpm install ng-pikchat-client --save\n```\n\n**step 1:** add NgPikchatClientModule to app NgModule\n\n```typescript\nimport { NgModule } from '@angular/core';\nimport { BrowserModule } from '@angular/platform-browser';\n\nimport { AppRoutingModule } from './app-routing.module';\nimport { AppComponent } from './app.component';\n\nimport { NgPikchatClientModule } from \"ng-pikchat-client\";\n\n@NgModule({\n  declarations: [\n    AppComponent\n  ],\n  imports: [\n    BrowserModule,\n    AppRoutingModule,\n    NgPikchatClientModule\n  ],\n  providers: [],\n  bootstrap: [AppComponent]\n})\nexport class AppModule { }\n```\n\n## Use\n\n```typescript\nimport { NgPikchatClientService } from \"ng-pikchat-client\";\n\n@Component({...})\nexport class YourComponent {\n  constructor(private pikchatClient: NgPikchatClientService) {}\n\n  testConnection() {\n    console.log(this.pikchatClient);\n  }\n}\n\n```\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003eCompany\u003c/th\u003e\n    \u003cth\u003eContact\u003c/th\u003e\n    \u003cth\u003eCountry\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eAlfreds Futterkiste\u003c/td\u003e\n    \u003ctd\u003eMaria Anders\u003c/td\u003e\n    \u003ctd\u003eGermany\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eCentro comercial Moctezuma\u003c/td\u003e\n    \u003ctd\u003eFrancisco Chang\u003c/td\u003e\n    \u003ctd\u003eMexico\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eErnst Handel\u003c/td\u003e\n    \u003ctd\u003eRoland Mendel\u003c/td\u003e\n    \u003ctd\u003eAustria\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eIsland Trading\u003c/td\u003e\n    \u003ctd\u003eHelen Bennett\u003c/td\u003e\n    \u003ctd\u003eUK\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eLaughing Bacchus Winecellars\u003c/td\u003e\n    \u003ctd\u003eYoshi Tannamuri\u003c/td\u003e\n    \u003ctd\u003eCanada\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eMagazzini Alimentari Riuniti\u003c/td\u003e\n    \u003ctd\u003eGiovanni Rovelli\u003c/td\u003e\n    \u003ctd\u003eItaly\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\nThis library was developed by [https://www.pikchat.co](https://www.pikchat.co) \n\n## License\n\n[MIT](/LICENSE)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparkouttech%2Fng-pikchat-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsparkouttech%2Fng-pikchat-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparkouttech%2Fng-pikchat-client/lists"}