{"id":15532127,"url":"https://github.com/endbug/dynamr","last_synced_at":"2026-01-17T18:38:03.949Z","repository":{"id":44373749,"uuid":"512187686","full_name":"EndBug/dynamr","owner":"EndBug","description":"Wrapper for the DynamR controller API","archived":false,"fork":false,"pushed_at":"2024-08-06T12:15:38.000Z","size":1738,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T22:07:02.860Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/EndBug.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},"funding":{"github":["endbug"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-07-09T13:04:47.000Z","updated_at":"2024-08-06T12:15:38.000Z","dependencies_parsed_at":"2024-01-11T01:24:30.649Z","dependency_job_id":"c923e1b3-6755-408b-8df1-4faee2a83ba2","html_url":"https://github.com/EndBug/dynamr","commit_stats":{"total_commits":19,"total_committers":2,"mean_commits":9.5,"dds":"0.10526315789473684","last_synced_commit":"952883efde6356d404ecb2c4cd1e727cb1cf5416"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Fdynamr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Fdynamr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Fdynamr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Fdynamr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EndBug","download_url":"https://codeload.github.com/EndBug/dynamr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246884769,"owners_count":20849554,"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-10-02T11:29:15.490Z","updated_at":"2026-01-17T18:38:03.869Z","avatar_url":"https://github.com/EndBug.png","language":"TypeScript","readme":"# @endbug/dynamr\n\n_Wrapper for the DynamR controller API_\n\nThis package is meant as a wrapper for the [DynamR](https://www.dynamr.com/) controller API, used in indoor skydiving.  \nMore details about its usage can be found on the official website ([dynamr.com](https://www.dynamr.com/)) and in the manuals:\n\n- [User guide](https://docs.google.com/document/d/11zYqI7WV49YWBew6dyXWNPCuNHHK3IRhykTtMVSmvfQ)\n- [DynamR API Documentation](https://docs.google.com/document/d/15Ez0mxv8RAcY6AhZKYmGrU6iiezubTqgft2GZndNrao)\n\n## Usage\n\n```ts\nimport DynamR from '@endbug/dynamr';\n\nconst dynamr = new DynamR({\n  protocol: 'http',\n  hostname: '123.123.123.123',\n  port: '1234',\n});\n\ndynamr.getPresets().then(console.log);\n```\n\n## Methods:\n\n- `getPresets`\n- `getLightStatus`\n- `setLightPreset`\n- `setLightColor`\n- `beginSession`\n- `exitSession`\n- `endSession`\n- `getSessionStatus`\n- `reloadSpeedRound`\n- `bustEnter`\n- `bustLeave`\n- `stopSpeedRound`\n- `setODE`\n- `setETH0`\n\nPlease see the TS and JSDoc annotations for more info.\n","funding_links":["https://github.com/sponsors/endbug"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendbug%2Fdynamr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendbug%2Fdynamr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendbug%2Fdynamr/lists"}