An open API service indexing awesome lists of open source software.

https://github.com/threefoldtech/tf_chatbot


https://github.com/threefoldtech/tf_chatbot

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# TF_Chatbot
Threefold chatbot was created to be used as an easy to ship chatbot in any of our projects.

## Serve app
```sh
git clone [email protected]:threefoldtech/tf_chatbot.git
cd tf_chatbot
yarn install
yarn dev
```

## Build app
```sh
yarn build
```

## Use Chatbot in an external project
1. Build project
2. Move **tf_chatbot.js** in `/public/build/` into your project
3. Import **tf_chatbot.js**
```html

```
4. Use `` inside your html anywhere.