文件名称:tmallbot:天猫精灵Node库
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-07 15:03:29
JavaScript
tmallbot 天猫精灵Node库 Installation $ npm i tmallbot Use with Connect/Express let tmallbot = require('tmallbot'); let config = {}; app.use(express.query()); app.use('/tmallbot', tmallbot(config, function (req, res, next) { var data = req.body; if (data.utterance === '你好!') { res.reply('你也好'); } else if (data.utterance === '我想听音乐') { res.reply('你想听谁的音乐?', 'ASK_INF'); } else { res.re
【文件预览】:
tmallbot-master
----.gitignore(884B)
----package.json(568B)
----package-lock.json(6KB)
----.travis.yml(62B)
----LICENSE(1KB)
----index.js(70B)
----README.md(909B)
----lib()
--------handler.js(989B)
--------reply.js(362B)
--------tmallbot.js(286B)
----test()
--------test.js(234B)
----.editorconfig(147B)