bottender-form
Version:
An experimental package for handling conversational form with Bottender.
23 lines (15 loc) • 409 B
Markdown
# 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/quick-replies
cd quick-replies
```
Install dependencies:
```
npm install
```
After that, you can run the bot with this npm script:
```
npm run dev
```