micro-assistant
v1.0.0
Published
Making actions-on-google Micro-frendly
Downloads
3
Maintainers
Readme
#🤖micro-assistant💬
Micro (by Zeit) + Actions SDK for Google Assistant = 💗
Installation
$ npm install --save micro-assistant
Usage
const assist = require('micro-assistant')
const { ActionsSdkApp } = require('actions-on-google') // Distributed separately
module.exports = assist (async (req, res) => {
const app = new ActionsSdkApp({request: req, response: res});
// ...
}