{"id":15800637,"url":"https://github.com/theoomoregbee/realtimengtable","last_synced_at":"2026-04-26T12:32:55.427Z","repository":{"id":89634482,"uuid":"130843293","full_name":"theoomoregbee/realtimeNgTable","owner":"theoomoregbee","description":"Code demo for real time table with angular ","archived":false,"fork":false,"pushed_at":"2018-05-13T08:41:03.000Z","size":2979,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-12T01:12:17.606Z","etag":null,"topics":["angular","pusher","realtime","socket","table","typescript"],"latest_commit_sha":null,"homepage":"https://theo4u.github.io/realtimeNgTable","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/theoomoregbee.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":"2018-04-24T11:25:46.000Z","updated_at":"2019-08-28T15:43:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8c2acd7-351f-40b6-939c-f1ba329f652e","html_url":"https://github.com/theoomoregbee/realtimeNgTable","commit_stats":{"total_commits":25,"total_committers":1,"mean_commits":25.0,"dds":0.0,"last_synced_commit":"4b84505fbc46219d23380c9b963e7670f7e83960"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theoomoregbee/realtimeNgTable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theoomoregbee%2FrealtimeNgTable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theoomoregbee%2FrealtimeNgTable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theoomoregbee%2FrealtimeNgTable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theoomoregbee%2FrealtimeNgTable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theoomoregbee","download_url":"https://codeload.github.com/theoomoregbee/realtimeNgTable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theoomoregbee%2FrealtimeNgTable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32297895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"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","pusher","realtime","socket","table","typescript"],"created_at":"2024-10-05T01:04:12.378Z","updated_at":"2026-04-26T12:32:55.410Z","avatar_url":"https://github.com/theoomoregbee.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RealtimeNgTable\n\nWe are going to  be creating a realtime table, where we don’t need to refresh our page or component anytime there’s a change to our table’s data, our table should immediately update based on the current state of the data.\n\n![](screenshot/preview.gif)\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\n* [Download](https://nodejs.org/en/download/) Node and npm \n* [angular cli](https://github.com/angular/angular-cli) `npm install -g @angular/cli`\n* `npm install` to install all our node dependencies \n\n\n## Development server\n\n* Run `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* Run `npm run server` it follows [Twelve-Factor](https://12factor.net/) for handling environment variables listed below\n  * `PUSHER_APPID`\n  * `PUSHER_KEY`\n  * `PUSHER_SECRET`\n  * `PUSHER_CLUSTER`\n  \ne.g `PUSHER_APPID=[appId] npm run server` then http://localhost:2000/employee (supports `POST`, `GET`, `DELETE`)\n\nor Create a `.env` file with the above variables above, like so\n```sh\n    PUSHER_APPID=YOUR_APP_ID\n    PUSHER_KEY=YOUR_APP_KEY\n    PUSHER_SECRET=YOUR_APP_SECRET\n    PUSHER_CLUSTER=YOUR_APP_CLUSTER\n```\nand run the below in your terminal\n```sh \nnpm run server\n```\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## Deployment\nUsing `gh-pages` to host our angular app. Run `npm run deploy` to build and send to gh-pages  \n\n\n## Built With\n\n* [Pusher](https://pusher.com/) - APIs to enable devs building realtime features\n* [Angular](https://angular.io/) - Frontend framework that makes it easy to build  application with the web\n* [Express](https://expressjs.com/) - Used for our APIs server\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheoomoregbee%2Frealtimengtable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheoomoregbee%2Frealtimengtable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheoomoregbee%2Frealtimengtable/lists"}