# 阿里云物联网 API 对接 demo NodeJS实现 **Repository Path**: aflort_wang/aliyun-iot-api ## Basic Information - **Project Name**: 阿里云物联网 API 对接 demo NodeJS实现 - **Description**: 基于 nodejs 对接对接阿里云物联网 API 的 demo,目前只实现了设备模块,大家可以根据官网 API 扩展。阿里云物联网地址:https://help.aliyun.com/document_detail/69893.html?spm=a2c4g.11186623.6.791.7e986102vCSMr6 - **Primary Language**: NodeJS - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-05-18 - **Last Updated**: 2021-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 阿里云物联网 API 对接 demo NodeJS实现 #### 介绍 基于 nodejs 对接对接阿里云物联网 API 的 demo,目前只实现了设备模块,大家可以根据官网 API 扩展。阿里云物联网地址:https://help.aliyun.com/document_detail/69893.html?spm=a2c4g.11186623.6.791.7e986102vCSMr6 #### 安装教程 该 demo 使用了 typescript 需要 typescript 环境 #### 使用说明 运行 test.ts 文件即可, 如果要用 js 编译一下即可 ```ts-node ./test.ts```