Showing
1 changed file
with
5 additions
and
2 deletions
1 | # 축구관련 정보제공 챗봇 | 1 | # 축구관련 정보제공 챗봇 |
2 | - | 2 | + [![node-16.15.0](https://img.shields.io/badge/Node-16.15.0-green?logo=nodedotjs)] (https://nodejs.org/ko/) |
3 | + [![express-4.18.1](https://img.shields.io/badge/Express-4.18.1-green?logo=express)] (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 |
... | @@ -57,10 +58,12 @@ npm install | ... | @@ -57,10 +58,12 @@ npm install |
57 | - 라인 채널 아이디 : @561ankpu | 58 | - 라인 채널 아이디 : @561ankpu |
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 | +![screenshot_1](./appscreenshot.jpg) | ||
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 | +![screenshot_2](./firstmessage.png) | ||
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