Minkyung Ko

Supplement README.md

Showing 1 changed file with 38 additions and 2 deletions
...@@ -9,7 +9,9 @@ ...@@ -9,7 +9,9 @@
9 </div> 9 </div>
10 10
11 11
12 +
12 ## Table of Contents 13 ## Table of Contents
14 +
13 1. [About The Project](#about-the-project) 15 1. [About The Project](#about-the-project)
14 2. [Built With](#built-with) 16 2. [Built With](#built-with)
15 3. [Roadmap](#roadmap) 17 3. [Roadmap](#roadmap)
...@@ -17,6 +19,7 @@ ...@@ -17,6 +19,7 @@
17 5. [Contact](#contact) 19 5. [Contact](#contact)
18 20
19 21
22 +
20 <!-- ABOUT THE PROJECT --> 23 <!-- ABOUT THE PROJECT -->
21 ## About The Project 24 ## About The Project
22 25
...@@ -39,12 +42,45 @@ ...@@ -39,12 +42,45 @@
39 42
40 43
41 44
45 +## Installation
46 +
47 +_Below is how to install our peoject._
48 +
49 +1. Clone the repo
50 + ```sh
51 + git clone http://khuhub.khu.ac.kr/2018103692/find_mbti_bot
52 + ```
53 +2. Install NPM packages
54 + ```sh
55 + npm install
56 + ```
57 +
58 +<p align="right">(<a href="#top">back to top</a>)</p>
59 +
60 +
61 +
62 +<!-- USAGE EXAMPLES -->
63 +## Usage
64 +
65 +1. "MBTI 챗봇" 채널을 추가해 주세요.
66 +* link: <http://pf.kakao.com/_jAjtb>
67 +<img src="channel.jpg" width="270px" height="450px"></img><br/>
68 +
69 +2. 채팅창에 "안녕"을 입력하면 챗봇이 메시지를 전송합니다.
70 +<img src="channel.jpg" width="300px" height="300px"></img><br/>
71 +
72 +3. 전송된 메시지에서 "MBTI 테스트 시작하기" 버튼을 터치하면 MBTI 테스트를 진행할 수 있습니다.
73 +
74 +<p align="right">(<a href="#top">back to top</a>)</p>
75 +
76 +
77 +
42 <!-- ROADMAP --> 78 <!-- ROADMAP -->
43 ## Roadmap 79 ## Roadmap
44 80
45 - [x] Kakao 채널 만들기 81 - [x] Kakao 채널 만들기
46 - [x] express 서버 연결 82 - [x] express 서버 연결
47 -- [ ] test 83 +- [x] test
48 - [ ] MBTI설문을 챗봇에 적용시키기 84 - [ ] MBTI설문을 챗봇에 적용시키기
49 85
50 86
...@@ -72,6 +108,6 @@ ...@@ -72,6 +108,6 @@
72 * 공정훈 : kjhun1208@khu.ac.kr 108 * 공정훈 : kjhun1208@khu.ac.kr
73 * 고민경: komg00@khu.ac.kr 109 * 고민경: komg00@khu.ac.kr
74 110
75 -* Project Link : http://khuhub.khu.ac.kr/2018103692/find_mbti_bot) 111 +* Project Link : http://khuhub.khu.ac.kr/2018103692/find_mbti_bot
76 112
77 <p align="right">(<a href="#top">back to top</a>)</p> 113 <p align="right">(<a href="#top">back to top</a>)</p>
...\ No newline at end of file ...\ No newline at end of file
......