Showing
1 changed file
with
4 additions
and
1 deletions
1 | # 축구관련 정보제공 챗봇 | 1 | # 축구관련 정보제공 챗봇 |
2 | - | 2 | + [] (https://nodejs.org/ko/) |
3 | + [] (https://expressjs.com/ko/) | ||
3 | <!--Table of Contents--> | 4 | <!--Table of Contents--> |
4 | ## Table of Contents | 5 | ## Table of Contents |
5 | 1. About the Project | 6 | 1. About the Project |
... | @@ -58,9 +59,11 @@ npm install | ... | @@ -58,9 +59,11 @@ npm install |
58 | 59 | ||
59 | 2. 채팅창에 들어가면 챗봇이 안내 문구를 전송합니다. | 60 | 2. 채팅창에 들어가면 챗봇이 안내 문구를 전송합니다. |
60 | <img src="./appscreenshot.jpg" width="300px" height="800px"></img><br/> | 61 | <img src="./appscreenshot.jpg" width="300px" height="800px"></img><br/> |
62 | + | ||
61 | 63 | ||
62 | 3. 안내 문구에 따라 리그 번호 혹은 팀명을 입력합니다. | 64 | 3. 안내 문구에 따라 리그 번호 혹은 팀명을 입력합니다. |
63 | <img src="./firstmessage.png" width="300px" height="400px"></img><br/> | 65 | <img src="./firstmessage.png" width="300px" height="400px"></img><br/> |
66 | + | ||
64 | 67 | ||
65 | <p align="right">(<a href="#top">back to top</a>)</p> | 68 | <p align="right">(<a href="#top">back to top</a>)</p> |
66 | 69 | ... | ... |
-
Please register or login to post a comment