New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

node-red-m2x

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-m2x - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

{
"name": "node-red-m2x",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Node-RED node to AT&T M2X",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -5,3 +5,3 @@ ![Logo](md_images/logo.png)

A [Node-RED](http://nodered.org) node used to store time-series data in [AT&T's M2X](https://m2x.att.com). This node is also included out-of-the-box with [AT&T's Flow Designer](http://flow.att.com).
A [Node-RED](http://nodered.org) node used to interact with the [AT&T M2X](https://m2x.att.com) API. This node is also included out-of-the-box with [AT&T's Flow Designer](http://flow.att.com).

@@ -12,8 +12,4 @@ [AT&T M2X](http://m2x.att.com) is a cloud-based fully managed time-series data storage service for network connected machine-to-machine (M2M) devices and the Internet of Things (IoT).

This node is available as an [npm package](https://www.npmjs.com/package/node-red-m2x). Run the following command in the root directory of your Node-RED Directory:
The `node-red-m2x` node is available as an [npm package](https://www.npmjs.com/package/node-red-m2x). Install the node per the [Node-RED documentation](http://nodered.org/docs/getting-started/adding-nodes.html#installing-npm-packaged-nodes).
```bash
npm install node-red-m2x
```
## Usage

@@ -23,3 +19,3 @@

On its core, this node uses the [M2X NodeJS client library](https://github.com/attm2x/m2x-nodejs) and maps the `msg` properties to prototypes and methods of said library.
At its core, this node uses the [M2X NodeJS client library](https://github.com/attm2x/m2x-nodejs) and maps the `msg` properties to prototypes and methods of said library.

@@ -87,5 +83,5 @@ The accepted properties are:

After executing those steps, you will get a new container ready for development, you can see it by executing `docker ps -a` and start it with `docker start node-red`. Once the container is ready, node-red will be running and listening for connections on the port 1880 of your docker host.
After executing those steps, you will have a new container ready for development, you can see it by executing `docker ps -a` and start it with `docker start node-red`. Once the container is ready, node-red will be running and listening for connections on port 1880 of your docker host.
## Helpful Resources ##
## Helpful Resources

@@ -99,4 +95,4 @@ * [Signup for an AT&T M2X Account](https://m2x.att.com/signup)

## License ##
## License
This software is provided under the MIT license. See [LICENSE](LICENSE) for applicable terms.

Sorry, the diff of this file is not supported yet