{"id":13531440,"url":"https://github.com/webtiming/timingsrc","last_synced_at":"2025-04-01T19:32:11.700Z","repository":{"id":45599507,"uuid":"46489101","full_name":"webtiming/timingsrc","owner":"webtiming","description":"Source code for timing related libraries managed by webtiming (multi-device timing CG)","archived":false,"fork":false,"pushed_at":"2025-01-15T08:44:08.000Z","size":25514,"stargazers_count":159,"open_issues_count":13,"forks_count":16,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-02-16T18:04:57.360Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webtiming.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":"2015-11-19T11:52:42.000Z","updated_at":"2025-01-15T08:44:10.000Z","dependencies_parsed_at":"2024-02-05T22:32:51.785Z","dependency_job_id":null,"html_url":"https://github.com/webtiming/timingsrc","commit_stats":{"total_commits":695,"total_committers":4,"mean_commits":173.75,"dds":"0.10215827338129502","last_synced_commit":"a3ac1ee834fbdf86aad1b20d0f2be9b9db618f77"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webtiming%2Ftimingsrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webtiming%2Ftimingsrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webtiming%2Ftimingsrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webtiming%2Ftimingsrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webtiming","download_url":"https://codeload.github.com/webtiming/timingsrc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246700610,"owners_count":20819902,"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":[],"created_at":"2024-08-01T07:01:03.014Z","updated_at":"2025-04-01T19:32:06.688Z","avatar_url":"https://github.com/webtiming.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized","JavaScript"],"sub_categories":["Uncategorized"],"readme":"# timingsrc\n\nWeb Documentation for timingsrc available at [http://webtiming.github.io/timingsrc/](http://webtiming.github.io/timingsrc/)\n\nTimingsrc includes source code and documentation for timing related libraries managed by [Multi-Device Timing Community Group](https://www.w3.org/community/webtiming/)\n\nThe timingsrc library is available under the LGPL licence.\n\n### Timing Object\n\n[timingobject](v2/timingobject)\n\nThis implements the [Timing Object Draft Spec](https://github.com/webtiming/timingobject) as well as a set of Timing Converters.\n\n### Sequencing\n\n[sequencing](v2/sequencing)\n\nThis implements tools for timed sequencing based on the Timing Object.\n\n\n### Compile Timingsrc v3\n\n\nInstall Node and NPM (Node Packet Manager)\n\n#### Ubuntu Instructions\n\nUpdate if necessary\n\n```sh\nsudo apt update\nsudo apt-get update\n```\n\nAdd NodeSource repository for Nodejs and NPM (Node Packet Manager)\n\n[Install Nodejs on Ubuntu](https://github.com/nodesource/distributions)\n\n```sh\ncurl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -\n\n# script output\n# Run `sudo apt-get install -y nodejs` to install Node.js 14.x and npm\n# You may also need development tools to build native addons:\n#     sudo apt-get install gcc g++ make\n# To install the Yarn package manager, run:\n#     curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -\n#     echo \"deb https://dl.yarnpkg.com/debian/ stable main\" | sudo tee /etc/apt/sources.list.d/yarn.list\n#     sudo apt-get update \u0026\u0026 sudo apt-get install yarn\n\n\n# install both node and npm\nsudo apt-get install -y nodejs\n```\n\n\n#### Install Package Dependencies\n\n- Bundler: [Rollup](https://rollupjs.org/guide/en/).\n- Script Minifier: [Terser](https://terser.org/)\n- Bundler Plugin: [Rollup-Plugin-Terser](https://www.npmjs.com/package/rollup-plugin-terser)\n\n\nRollup needs global install so that it may be used by the compile.py script.\n\n```sh\nnpm install --global rollup\n```\nThen go ahead and install the rest from package.json\n\n```sh\ncd ~/timingsrc\nnpm install\n```\n\nAlternatively, install manually\n\n```sh\nsudo npm install --global rollup\nnpm install terser\nnpm install rollup-plugin-terser\n```\n\n### Build v3\n\n```sh\npython3 compile.py v3\n```\nBuild puts new files in *docs/lib*\n\nAfter build - commit all build files\n\n```sh\ngit commit -am \"build\"\ngit push\n```\n\n### Deploy\n\nSwitch to master and merge in new build files from develop.\n\n```sh\ngit checkout master\ngit merge develop\ngit push\ngit checkout develop\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebtiming%2Ftimingsrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebtiming%2Ftimingsrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebtiming%2Ftimingsrc/lists"}