1.0.0 • Published 6 years ago

micro-assistant v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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