{"id":13527504,"url":"https://github.com/ibm-watson-iot/iot-nodejs","last_synced_at":"2026-01-16T20:22:20.790Z","repository":{"id":34442069,"uuid":"38376315","full_name":"ibm-watson-iot/iot-nodejs","owner":"ibm-watson-iot","description":"Client libraries and samples for connecting to IBM Maximo IoT Tool using nodejs","archived":false,"fork":false,"pushed_at":"2025-01-22T08:59:47.000Z","size":1853,"stargazers_count":180,"open_issues_count":8,"forks_count":100,"subscribers_count":53,"default_branch":"master","last_synced_at":"2025-03-26T03:34:20.669Z","etag":null,"topics":["iot","maximo","maximo-application-suite","maximo-asset-monitor","nodejs","sdk"],"latest_commit_sha":null,"homepage":"https://internetofthings.ibmcloud.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibm-watson-iot.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":"2015-07-01T14:40:20.000Z","updated_at":"2025-03-20T11:43:40.000Z","dependencies_parsed_at":"2024-01-23T13:55:03.789Z","dependency_job_id":"1027e1c9-123d-428a-a1e0-4438cc8c04c5","html_url":"https://github.com/ibm-watson-iot/iot-nodejs","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibm-watson-iot%2Fiot-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibm-watson-iot%2Fiot-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibm-watson-iot%2Fiot-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibm-watson-iot%2Fiot-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibm-watson-iot","download_url":"https://codeload.github.com/ibm-watson-iot/iot-nodejs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246616144,"owners_count":20806064,"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":["iot","maximo","maximo-application-suite","maximo-asset-monitor","nodejs","sdk"],"created_at":"2024-08-01T06:01:49.488Z","updated_at":"2026-01-16T20:22:15.743Z","avatar_url":"https://github.com/ibm-watson-iot.png","language":"JavaScript","readme":"# IBM Watson IoT Platform Javascript SDK\n\n[![Build Status](https://travis-ci.org/ibm-watson-iot/iot-nodejs.svg?branch=master)](https://travis-ci.org/ibm-watson-iot/iot-nodejs)\n[![Coverage Status](https://coveralls.io/repos/github/ibm-watson-iot/iot-nodejs/badge.svg?branch=master)](https://coveralls.io/github/ibm-watson-iot/iot-nodejs?branch=master)\n[![GitHub issues](https://img.shields.io/github/issues/ibm-watson-iot/iot-nodejs.svg)](https://github.com/ibm-watson-iot/iot-nodejs/issues)\n[![GitHub](https://img.shields.io/github/license/ibm-watson-iot/iot-nodejs.svg)](https://github.com/ibm-watson-iot/iot-nodejs/blob/master/LICENSE)\n\n\n\n## Installation\n\n```\nnpm install @wiotp/sdk --save\n```\n\n\n## Usage\n\n### Application\n\n```javascript\nimport {ApplicationClient, ApplicationConfig} from '@wiotp/sdk';\n\nlet appConfig = ApplicationConfig.parseEnvVars();\nlet appClient = new ApplicationClient(appConfig);\nappClient.connect();\n// Do stuff\nappClient.disconnect();\n```\n\n### Device\n\n```javascript\nimport {DeviceClient, DeviceConfig} from '@wiotp/sdk';\n\nlet deviceConfig = DeviceConfig.parseEnvVars();\nlet deviceClient = new DeviceClient(deviceConfig);\ndeviceClient.connect();\n// Do stuff\ndeviceClient.disconnect();\n```\n\n### Gateway\n\n```javascript\nimport {GatewayClient, GatewayConfig} from '@wiotp/sdk';\n\nlet gwConfig = GatewayConfig.parseEnvVars();\nlet gwClient = new GatewayClient(gwConfig);\ngwClient.connect();\n// Do stuff\ngwClient.disconnect();\n```\n\n## Development\n\n### Build\n```\nnpm i\nnpm run build\n```\n\n## Publish\n\n```\nnpm login\nnpm publish .\n```\n","funding_links":[],"categories":["Repository"],"sub_categories":["IoT"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibm-watson-iot%2Fiot-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibm-watson-iot%2Fiot-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibm-watson-iot%2Fiot-nodejs/lists"}