Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 471 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 471 Bytes

Google Assistant Demo

Demo of a Dialogflow fulfillment webhook for Actions on Google.

Requirements

Setup

npm i

Building

npm run build

Running

Development

npm run dev

…or, to expose to the Internet using ngrok:

npm run devPublic

License

Licensed under the new BSD 3-clause license. See the separate LICENSE file.