김성욱
......@@ -10,18 +10,16 @@
<!-- TABLE OF CONTENTS -->
<details>
<summary>Table of Contents</summary>
<ol>
<li>
<a href="#about-the-project">About The Project</a>
</li>
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#contact">Contact</a></li>
</ol>
</details>
## Table of Contents
1. [About The Project](#about-the-project)
2. [Built With](#built-with)
3. [Installation](#installation)
4. [Usage](#usage)
5. [Roadmap](#roadmap)
6. [Contributing](#contributing)
7. [Contact](#contact)
......@@ -37,9 +35,42 @@
### Built With
## Built With
* [Node.js](https://nodejs.org/ko/)
* [Express](https://expressjs.com/ko/)
* [Javascript](https://developer.mozilla.org/ko/docs/Web/JavaScript)
<p align="right">(<a href="#top">back to top</a>)</p>
## Installation
1. Clone the repo
```
git clone http://khuhub.khu.ac.kr/2018103692/find_mbti_bot
```
2. Install NPM packages
```
npm install
```
<p align="right">(<a href="#top">back to top</a>)</p>
<!-- USAGE EXAMPLES -->
## Usage
* "MBTI 챗봇" 채널을 추가해 주세요.
link: <http://pf.kakao.com/_jAjtb>
<img src="channel.jpg" width="270px" height="450px"></img><br/>
* 채팅창에 "안녕"을 입력하면 챗봇이 메시지를 전송합니다.
<img src="hello.jpg" width="300px" height="300px"></img><br/>
* 전송된 메시지에서 "MBTI 테스트 시작하기" 버튼을 터치하면 MBTI 테스트를 진행할 수 있습니다.
<p align="right">(<a href="#top">back to top</a>)</p>
......@@ -50,7 +81,7 @@
- [x] Kakao 채널 만들기
- [x] express 서버 연결
- [ ] test
- [x] test
- [ ] MBTI설문을 챗봇에 적용시키기
......@@ -78,8 +109,6 @@
* 공정훈 : kjhun1208@khu.ac.kr
* 고민경: komg00@khu.ac.kr
* Project Link : http://khuhub.khu.ac.kr/2018103692/find_mbti_bot)
<p align="right">(<a href="#top">back to top</a>)</p>
* Project Link : http://khuhub.khu.ac.kr/2018103692/find_mbti_bot
<p align="right">(<a href="#top">back to top</a>)</p>
\ No newline at end of file
......

120 KB

82.9 KB