{"id":20289926,"url":"https://github.com/symbitic/node-simpleble","last_synced_at":"2025-04-11T10:59:01.160Z","repository":{"id":61654752,"uuid":"552436468","full_name":"Symbitic/node-simpleble","owner":"Symbitic","description":"Bluetooth LE bindings for Node, Deno and Bun using SimpleBLE.","archived":false,"fork":false,"pushed_at":"2023-02-14T15:42:19.000Z","size":220,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T00:13:34.597Z","etag":null,"topics":["ble","bluetooth","bun","deno","node-addon-api","nodejs","simplebe"],"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/Symbitic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"Symbitic","custom":"https://buymeacoff.ee/qh0rXkiCd"}},"created_at":"2022-10-16T15:39:16.000Z","updated_at":"2025-01-31T02:46:43.000Z","dependencies_parsed_at":"2023-02-15T12:40:32.785Z","dependency_job_id":null,"html_url":"https://github.com/Symbitic/node-simpleble","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Symbitic%2Fnode-simpleble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Symbitic%2Fnode-simpleble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Symbitic%2Fnode-simpleble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Symbitic%2Fnode-simpleble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Symbitic","download_url":"https://codeload.github.com/Symbitic/node-simpleble/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248381703,"owners_count":21094525,"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":["ble","bluetooth","bun","deno","node-addon-api","nodejs","simplebe"],"created_at":"2024-11-14T15:05:31.352Z","updated_at":"2025-04-11T10:59:01.139Z","avatar_url":"https://github.com/Symbitic.png","language":"TypeScript","readme":"# Node-SimpleBLE\n\n[![Tags](https://img.shields.io/github/release/Symbitic/node-simpleble)](https://github.com/Symbitic/node-simpleble/releases)\n[![Checks](https://github.com/Symbitic/node-simpleble/actions/workflows/test.yml/badge.svg)](https://github.com/Symbitic/node-simpleble/actions/workflows/test.yml)\n[![License](https://img.shields.io/github/license/Symbitic/node-simpleble)](https://github.com/Symbitic/node-simpleble/blob/master/LICENSE)\n\nBluetooth Low Energy (BLE) library for Node, Deno, and Bun using the excellent\n[SimpleBLE](https://github.com/OpenBluetoothToolbox/SimpleBLE) library.\n\n## Installing\n\nHow you install node-simpleble depends on which runtime you are using.\n\n### Node.js\n\n    npm install --save simpleble\n\n```ts\nimport { resolveBindings } from \"simpleble\";\n```\n\n### Bun.sh\n\n    bun install simpleble\n\n```ts\nimport { resolveBindings } from \"simpleble\";\n```\n\n### Deno\n\n```ts\nimport { resolveBindings } from \"https://deno.land/x/simpleble@0.1.0/mod.ts\";\n```\n\n## Documentation\n\nCheck out the latest documentation here:\n\u003chttps://doc.deno.land/https://deno.land/x/simpleble/mod.ts\u003e\n\n## Building\n\nNode-SimpleBLE depends on SimpleBLE, so make sure submodules are checked out first:\n\n    git submodule init\n    git submodule update\n\nTo build Node-SimpleBLE:\n\n    npm run build\n\n## Running\n\nAfter building SimpleBLE and the bindings, run one of the examples:\n\n    deno run -A --unstable https://deno.land/x/simpleble@0.1.0/examples/deno/scan.ts\n    deno run -A --unstable ./deno_dist/examples/deno/scan.ts\n    npx ts-node-esm ./examples/node/scan.ts\n\n## License\n\nReleased under the [MIT License](LICENSE).\n","funding_links":["https://github.com/sponsors/Symbitic","https://buymeacoff.ee/qh0rXkiCd"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymbitic%2Fnode-simpleble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsymbitic%2Fnode-simpleble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymbitic%2Fnode-simpleble/lists"}