Showing
1 changed file
with
37 additions
and
22 deletions
1 | ## KHU Academic information notification by Chatbot | 1 | ## KHU Academic information notification by Chatbot |
2 | - | 2 | +--- |
3 | 3 | ||
4 | ### About the Project | 4 | ### About the Project |
5 | - | 5 | +--- |
6 | - : It provides academic information through chatbots. | 6 | +It provides academic information through chatbots. |
7 | 7 | ||
8 | ### Getting Started ( Installation ) | 8 | ### Getting Started ( Installation ) |
9 | +--- | ||
10 | +#### Prerequisites | ||
9 | 11 | ||
10 | - : This project is provided through Kakao Talk. | 12 | +Install node.js by accessing [Node.js](https://nodejs.org/ko/). |
11 | - Go to http://pf.kakao.com/_TxjCMb . | ||
12 | - Chatbots are available by adding channels. | ||
13 | - | ||
14 | -### Usage | ||
15 | 13 | ||
16 | - : A category that can be selected is provided when accessing the chatbot. | 14 | +#### Installation |
17 | - Then, if you select an item you want in the category, the result will be provided. | ||
18 | 15 | ||
19 | -### Roadmap | 16 | +``` |
17 | +git clone http://khuhub.khu.ac.kr/2020105107/chatbot_project | ||
18 | + | ||
19 | +npm install | ||
20 | +``` | ||
21 | + | ||
22 | +#### Run | ||
20 | 23 | ||
24 | +``` | ||
25 | +node app.js | ||
26 | +``` | ||
27 | + | ||
28 | +### Usage | ||
29 | +--- | ||
30 | +This project is provided through Kakao Talk. | ||
31 | +Go to http://pf.kakao.com/_TxjCMb . | ||
32 | +Chatbots are available by adding channels. | ||
33 | + | ||
34 | +### Roadmap | ||
35 | +--- | ||
21 | : | 36 | : |
22 | 37 | ||
23 | ### Contributing | 38 | ### Contributing |
39 | +--- | ||
40 | +If you have any suggestions to improve this project, please fork the repository and create a pull request. Thank you! | ||
24 | 41 | ||
25 | - : If you have any suggestions to improve this project, please fork the repository and create a pull request. Thank you! | 42 | +1. Fork the Project |
26 | - | 43 | +2. Create your Feature Branch |
27 | - 1. Fork the Project | 44 | +3. Commit your Changes |
28 | - 2. Create your Feature Branch | 45 | +4. Push to the Branch |
29 | - 3. Commit your Changes | 46 | +5. Open a Pull Request |
30 | - 4. Push to the Branch | ||
31 | - 5. Open a Pull Request | ||
32 | 47 | ||
33 | ### License | 48 | ### License |
34 | - | 49 | +--- |
35 | - : ISC | 50 | +ISC |
36 | 51 | ||
37 | ### Contact | 52 | ### Contact |
38 | - | ||
39 | - : jklee3409@khu.ac.kr | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
53 | +--- | ||
54 | +jklee3409@khu.ac.kr | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment