LoginSignup
9
10

More than 5 years have passed since last update.

Node.jsで、Wit.aiをテストする

Last updated at Posted at 2016-05-04

必要な環境

パッケージ Version
Node.js V4.4.3

v4.4.3をインストールしておく 

$ node -v
v4.4.3

wit-nodeのインストール

npm install --save node-wit

Wit.aiの設定

wit001.png

wit002.png

wit004.png

wit005.png

~を実行すると、chatのテストができる。

wit101.png

Wit.aiのClientトークンを取得

wit201.png

Node.jsからWit.aiを実行

node examples/template.js Clientアクセストークン
> こんにちわ
Executing merge action
Executing say with message: こんにちわ!!
こんにちわ!
9
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
10