장수창

fix readme

61.9 KB

...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
3 3
4 ### 코로나 바이러스 감염증-19(COVID-19) 관련 정보 챗봇 4 ### 코로나 바이러스 감염증-19(COVID-19) 관련 정보 챗봇
5 5
6 - <img src="image/name.png" width="320" height="280"> 6 + <img src="image/name.png" width="320" height="205">
7 7
8 8
9 <!-- TABLE OF CONTENTS --> 9 <!-- TABLE OF CONTENTS -->
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
56 56
57 1. Clone the repository 57 1. Clone the repository
58 ``` 58 ```
59 - git clone http://khuhub.khu.ac.kr/2015104213/oss_Termproject_chatbot.git 59 + git clone http://khuhub.khu.ac.kr/2015104213/covid19_information_chatbot
60 ``` 60 ```
61 61
62 2. Install NPM 62 2. Install NPM
...@@ -78,20 +78,28 @@ ...@@ -78,20 +78,28 @@
78 78
79 <!-- USAGE EXAMPLES --> 79 <!-- USAGE EXAMPLES -->
80 ## Usage 80 ## Usage
81 - * 코로나 알리미에게 사용 방법에 대해 물어보세요. 키워드는 '어떻게'입니다. <br> 81 + * 코로나 알리미에게 사용 방법에 대해 물어보세요. 키워드는 '도움말'입니다. <br>
82 + <img src="image/way.jpg" width="385" height="480">
82 <br> 83 <br>
84 +
83 * 국내 현황 <br> 85 * 국내 현황 <br>
84 코로나 알리미에게 COVID-19 국내 현황에 대해 물어보세요. 키워드는 '국내'입니다.<br> 86 코로나 알리미에게 COVID-19 국내 현황에 대해 물어보세요. 키워드는 '국내'입니다.<br>
87 + <img src="image/status.jpg" width="385" height="480">
85 <br> 88 <br>
86 89
87 -
88 * 관련 뉴스 <br> 90 * 관련 뉴스 <br>
89 코로나 알리미에게 COVID-19 관련 뉴스에 대해 물어보세요. 키워드는 '뉴스'입니다.<br> 91 코로나 알리미에게 COVID-19 관련 뉴스에 대해 물어보세요. 키워드는 '뉴스'입니다.<br>
92 + <img src="image/news.jpg" width="385" height="480">
90 <br> 93 <br>
91 94
92 - * 확진자 동선 알림 (용인시) <br> 95 + * 확진자 동선 <br>
93 - 코로나 알리미가 새로운 확진자의 동선이 사이트에 올라오면 이를 실시간으로 알려줍니다. <br> 96 + 코로나 알리미에게 COVID-19 확진자 동선에 대해 물어보세요. 키워드는 '동선'입니다.<br>
97 + <img src="image/reply_yongin.jpg" width="385" height="480">
98 +<br>
94 99
100 + * 확진자 동선 알림 메세지 (용인시) <br>
101 + 코로나 알리미가 새로운 확진자의 동선이 사이트에 올라오면 이를 실시간으로 알려줍니다. <br>
102 +<img src="image/broadcast_yongin.jpg" width="385" height="480">
95 103
96 <!-- CONTRIBUTING --> 104 <!-- CONTRIBUTING -->
97 ## Contributing 105 ## Contributing
...@@ -102,10 +110,13 @@ ...@@ -102,10 +110,13 @@
102 4. Push to the Branch (`git push origin feature/AmazingFeature`) 110 4. Push to the Branch (`git push origin feature/AmazingFeature`)
103 5. Open a Pull Request 111 5. Open a Pull Request
104 112
113 +## License
114 +
115 +MIT License
105 116
106 <!-- CONTACT --> 117 <!-- CONTACT -->
107 ## Contact 118 ## Contact
108 119
109 Suchang Jang - sudori1024@khu.ac.kr <br> 120 Suchang Jang - sudori1024@khu.ac.kr <br>
110 121
111 -Project Link: [http://khuhub.khu.ac.kr/2015104213/oss_Termproject_chatbot.git](http://khuhub.khu.ac.kr/2015104213/oss_Termproject_chatbot.git)
...\ No newline at end of file ...\ No newline at end of file
122 +Project Link: [http://khuhub.khu.ac.kr/2015104213/covid19_information_chatbot](http://khuhub.khu.ac.kr/2015104213/covid19_information_chatbot)
...\ No newline at end of file ...\ No newline at end of file
......