New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

node-red-contrib-wit

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-wit

Node-Red nodes for communicating with Wit.ai (https://wit.ai/)

latest
Source
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

node-red-contrib-wit

NPM

Node-Red nodes for communication with Wit.ai

WIT.AI - Natural Language for the Internet of Things! https://wit.ai/

Screen shot

#Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-wit

#Input Text string from msg.payload

#Output Response Object in msg.payload Example response

  {
    "msg_id" : "387b8515-0c1d-42a9-aa80-e68b66b66c27",
    "_text" : "how many people between Tuesday and Friday",
    "outcomes" : [ {
        "_text" : "how many people between Tuesday and Friday",
        "intent" : "query_metrics",
        "entities" : {
            "metric" : [ {
              "metadata" : "{'code' : 324}",
              "value" : "metric_visitor"
            } ],
            "datetime" : [ {
                "value" : {
                    "from" : "2014-07-01T00:00:00.000-07:00",
                    "to" : "2014-07-02T00:00:00.000-07:00"
                }
              }, {
                "value" : {
                    "from" : "2014-07-04T00:00:00.000-07:00",
                    "to" : "2014-07-05T00:00:00.000-07:00"
                }
              } ]
        },
        "confidence" : 0.621
    } ]
  }

#Datail info Detail info https://wit.ai/docs/http

Keywords

node-red

FAQs

Package last updated on 12 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts