{"id":14962093,"url":"https://github.com/pxsty0/deneyapkart.js","last_synced_at":"2025-10-24T22:31:05.881Z","repository":{"id":240121649,"uuid":"801734658","full_name":"pxsty0/deneyapkart.js","owner":"pxsty0","description":"A serial communication-based library that allows Deneyap Kart to be managed via computer","archived":true,"fork":false,"pushed_at":"2024-06-08T12:06:01.000Z","size":29,"stargazers_count":24,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-23T10:58:52.795Z","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/pxsty0.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":"2024-05-16T20:11:37.000Z","updated_at":"2025-07-23T14:19:35.000Z","dependencies_parsed_at":"2024-05-16T21:28:22.418Z","dependency_job_id":"b1765f5d-88f3-4f8e-bded-fac875d24497","html_url":"https://github.com/pxsty0/deneyapkart.js","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"9ed5870d5047a80e15dace6e6da9e68569952c56"},"previous_names":["pxsty0/deneyapkart.js"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pxsty0/deneyapkart.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxsty0%2Fdeneyapkart.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxsty0%2Fdeneyapkart.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxsty0%2Fdeneyapkart.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxsty0%2Fdeneyapkart.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pxsty0","download_url":"https://codeload.github.com/pxsty0/deneyapkart.js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxsty0%2Fdeneyapkart.js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280878370,"owners_count":26406641,"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","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-09-24T13:29:07.363Z","updated_at":"2025-10-24T22:31:05.549Z","avatar_url":"https://github.com/pxsty0.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deneyapkart.js\n\nA serial communication-based library that allows Deneyap Kart to be managed via computer\n\n## Warning !\n\nThe library is still in the development process. You can send your requests and suggestions.\n\n## Usage and Example\n\n### JavaScript\n\n```javascript\nconst DeneyapKart = require(\"deneyapkart\").default;\n\nconst dkMini = new DeneyapKart(\"COM8\");\n\ndkMini.on(\"ready\", () =\u003e {\n  console.log(\"Deneyap Kart'a Baglanildi\");\n});\n\ndkMini.on(\"data\", (data) =\u003e {\n  console.log(`\n  key : ${data.key}\n  value : ${data.value}\n  `);\n});\n\ndkMini.pinMode(\"D14\", 1);\ndkMini.digitalWrite(\"D14\", 1);\ndkMini.analogWrite(\"D14\", 200);\n\ndkMini.open();\n```\n\n### TypeScript\n\n```typescript\nimport DeneyapKart, { dkDataType } from \"deneyapkart\";\n\nconst dkMini = new DeneyapKart(\"COM8\");\n\ndkMini.on(\"ready\", () =\u003e {\n  console.log(\"Deneyap Kart'a Baglanildi\");\n});\n\ndkMini.on(\"data\", (data: dkDataType) =\u003e {\n  console.log(`\n  key : ${data.key}\n  value : ${data.value}\n  `);\n});\n\ndkMini.pinMode(\"D14\", 1);\ndkMini.digitalWrite(\"D14\", 1);\ndkMini.analogWrite(\"D14\", 200);\n\ndkMini.open();\n```\n\n## Authors\n\n- [@pxsty0](https://www.github.com/pxsty0) main and sole developer\n\n## LICENSE\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpxsty0%2Fdeneyapkart.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpxsty0%2Fdeneyapkart.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpxsty0%2Fdeneyapkart.js/lists"}