Skip to content
This repository was archived by the owner on Jul 1, 2021. It is now read-only.

divlook-fancy/create-chatbot

Repository files navigation

Create Chatbot

간단한 챗봇만들기입니다. 현재 카카오톡 플러스친구만 지원합니다.

Demo

Live Demo

Script

# install
$ npm i

# database
# config/db.json 파일이 없으면 자동으로 sqlite3를 사용합니다.
$ npm i --save sqlite3
$ npm i --save pg pg-hstore
$ npm i --save mysql2
$ npm i --save tedious // MSSQL

# start
$ npm run start
$ npm run dev

# unit test
$ npm run test

Reference

API

library

Test library

About

Kakaotalk plusfriend

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages