UNPKG

bottender-form

Version:

An experimental package for handling conversational form with Bottender.

23 lines (15 loc) 391 B
# text ## Install and Run Download this example or clone [bottender-form](https://github.com/bottenderjs/bottender-form). ``` curl https://codeload.github.com/bottenderjs/bottender-form/tar.gz/master | tar -xz --strip=2 bottender-form-master/examples/text cd text ``` Install dependencies: ``` npm install ``` After that, you can run the bot with this npm script: ``` npm run dev ```