{"id":14973560,"url":"https://github.com/xmlking/nativescript-ngx-microsoftband","last_synced_at":"2026-02-07T03:31:32.720Z","repository":{"id":15991749,"uuid":"79096032","full_name":"xmlking/nativescript-ngx-microsoftband","owner":"xmlking","description":":package: Microsoft Band Plugin for NativeScript with Angular","archived":false,"fork":false,"pushed_at":"2023-01-12T05:15:44.000Z","size":2392,"stargazers_count":1,"open_issues_count":6,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T10:50:28.518Z","etag":null,"topics":["angular4","cocoapods","iot","microsoft-band","mobile","nativescript","typescript","wearable"],"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/xmlking.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}},"created_at":"2017-01-16T08:01:22.000Z","updated_at":"2024-05-30T17:20:29.000Z","dependencies_parsed_at":"2023-01-14T12:45:20.779Z","dependency_job_id":null,"html_url":"https://github.com/xmlking/nativescript-ngx-microsoftband","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xmlking/nativescript-ngx-microsoftband","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlking%2Fnativescript-ngx-microsoftband","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlking%2Fnativescript-ngx-microsoftband/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlking%2Fnativescript-ngx-microsoftband/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlking%2Fnativescript-ngx-microsoftband/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xmlking","download_url":"https://codeload.github.com/xmlking/nativescript-ngx-microsoftband/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlking%2Fnativescript-ngx-microsoftband/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29185344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"online","status_checked_at":"2026-02-07T02:00:07.217Z","response_time":63,"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":["angular4","cocoapods","iot","microsoft-band","mobile","nativescript","typescript","wearable"],"created_at":"2024-09-24T13:48:57.249Z","updated_at":"2026-02-07T03:31:32.704Z","avatar_url":"https://github.com/xmlking.png","language":"TypeScript","readme":"MicrosoftBand Plugin for Telerik NativeScript\n=============================================\nThis NativeScript plugin enables building Mobile apps to display [Microsoft Band](https://www.microsoft.com/microsoft-band/en-us) sensors data.\nThis plugin uses MicrosoftBand [CocoaPod](https://github.com/xmlking/MicrosoftBand) written in **Swift** and [Band SDK](https://developer.microsoftband.com/bandsdk).\n\n\n![Demo](./screenshots/demo.png)\n\n## Install\n\n### Prerequisites\n\n1. Node \u003e 8.0.0\n2. NativeScript CLI \u003e 3.0.0\n    ```bash\n    yarn global add nativescript --ignore-engines\n    ```\n3. Cocoapods\n    ```bash\n    gem install cocoapods\n    pod repo update\n    ```\n\n### Plugin\n\n```sh\ntns plugin add @xmlking/nativescript-ngx-microsoftband\n```\n\n\n## Usage\n\n### 1. import the MicrosoftBandModule module\n\n```typescript\nimport { NgModule, NO_ERRORS_SCHEMA } from \"@angular/core\";\nimport { NativeScriptModule } from \"nativescript-angular/nativescript.module\";\nimport { MicrosoftBandModule } from '@xmlking/nativescript-ngx-microsoftband';\n\nimport { AppComponent } from \"./app.component\";\n\n@NgModule({\n  imports: [\n    NativeScriptModule,\n    MicrosoftBandModule.forRoot()\n  ],\n  declarations: [\n    AppComponent\n  ],\n  bootstrap: [\n    AppComponent\n  ],\n  schemas: [\n    NO_ERRORS_SCHEMA\n  ]\n})\nexport class AppModule { }\n```\n\n### 2. use it in your service/component\n\nRefer [app.component.ts](src/app/app.component.ts) and [heart-rate.component.ts](src/app/components/heart-rate.component.ts)\n\n\n## Build\n\n\u003e Building and publishing the plugin.\n\n### Setup\n```\nyarn run setup\n```\n\n### Build\n```bash\nyarn run build\n```\n\n### Publish\n```bash\ncd dist\nnpm publish\n```\n\n## Example App\n\n\u003e Setup and Run Example app\n\n### Setup\n```\ncd src\ntns plugin remove @xmlking/nativescript-ngx-microsoftband; tns plugin add ../dist\n# tns platform remove ios # cleanup?\n```\n\n### Run\n```\ncd src\ntns prepare ios\ntns build ios --release\n# open src/platforms/ios/src.xcworkspace project in xcode and run on attached iOS devise.\n```\n\n## Credits\n\nIdea came from [NathanWalker](https://github.com/NathanWalker), [Minko Gechev](https://github.com/mgechev)\n\n## Contributors\n\n\n# License\n\n[MIT](/LICENSE)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmlking%2Fnativescript-ngx-microsoftband","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxmlking%2Fnativescript-ngx-microsoftband","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmlking%2Fnativescript-ngx-microsoftband/lists"}