{"id":16898993,"url":"https://github.com/chrisguttandin/timing-provider","last_synced_at":"2025-04-30T07:07:09.732Z","repository":{"id":32998786,"uuid":"149157399","full_name":"chrisguttandin/timing-provider","owner":"chrisguttandin","description":"An implementation of the timing provider specification.","archived":false,"fork":false,"pushed_at":"2025-04-11T17:34:06.000Z","size":13140,"stargazers_count":31,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T07:06:52.224Z","etag":null,"topics":["synchronisation","timing","timing-object","timing-provider","timingsrc","webtiming"],"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/chrisguttandin.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-09-17T16:46:42.000Z","updated_at":"2025-04-15T18:55:15.000Z","dependencies_parsed_at":"2024-02-14T14:29:11.701Z","dependency_job_id":"4ea91da0-066a-4fc5-b639-e1762fc5fa40","html_url":"https://github.com/chrisguttandin/timing-provider","commit_stats":{"total_commits":2716,"total_committers":2,"mean_commits":1358.0,"dds":0.0003681885125184081,"last_synced_commit":"537970b2ef382e80d02027d0e140ad544bdde0e1"},"previous_names":[],"tags_count":238,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisguttandin%2Ftiming-provider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisguttandin%2Ftiming-provider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisguttandin%2Ftiming-provider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisguttandin%2Ftiming-provider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisguttandin","download_url":"https://codeload.github.com/chrisguttandin/timing-provider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251658208,"owners_count":21622820,"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":["synchronisation","timing","timing-object","timing-provider","timingsrc","webtiming"],"created_at":"2024-10-13T17:46:43.807Z","updated_at":"2025-04-30T07:07:09.712Z","avatar_url":"https://github.com/chrisguttandin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# timing-provider\n\n**An implementation of the timing provider specification.**\n\n[![version](https://img.shields.io/npm/v/timing-provider.svg?style=flat-square)](https://www.npmjs.com/package/timing-provider)\n\nThis is an implementation of a TimingProvider as it is defined by the\n[Timing Object specification](https://webtiming.github.io/timingobject/). It uses\nWebRTC to communicate between the connected clients.\n\n## Installation\n\nThis package is available on\n[npm](https://www.npmjs.org/package/timing-provider) and can be installed by\nrunning npm's install command.\n\n```shell\nnpm install timing-provider\n```\n\n## Usage\n\nThis package exposes the `TimingProvider` class which can be used to instantiate\na TimingProvider.\n\n```js\nimport { TimingProvider } from 'timing-provider';\n\nconst timingProvider = new TimingProvider('aSuperSecretClientId');\n```\n\nThe only constructor argument the TimingProvider expects is the clientId. This\nis unfornately necessary to do the signaling process which establishes the\nWebRTC connection. Currently there is no automated way to get a clientId. Please\nsend a quick email to [info@media-codings.com](mailto:info@media-codings.com) if\nyou like to have a clientId for your project.\n\nThe TimingProvider can be used with the TimingObject of the\n[timing-object package](https://github.com/chrisguttandin/timing-object).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisguttandin%2Ftiming-provider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisguttandin%2Ftiming-provider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisguttandin%2Ftiming-provider/lists"}