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

120 KB

82.9 KB