micro-assistant

1.0.0 • Public • Published

#🤖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});
  // ...
}

Package Sidebar

Install

npm i micro-assistant

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.75 kB

Total Files

4

Last publish

Collaborators

  • egorka