Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -68,7 +68,7 @@ | ... | @@ -68,7 +68,7 @@ |
| 68 | ``` | 68 | ``` |
| 69 | 7. Put your secret API KEY in `.env` | 69 | 7. Put your secret API KEY in `.env` |
| 70 | This project needs Naver Open API(Client ID, Client Secret) & Kakao API(Kakao REST API Key) | 70 | This project needs Naver Open API(Client ID, Client Secret) & Kakao API(Kakao REST API Key) |
| 71 | -8. If modules are not installed, enter the following command to install: | 71 | +8. If modules are not installed, enter the following command to install: |
| 72 | ``` | 72 | ``` |
| 73 | npm install express --save | 73 | npm install express --save |
| 74 | npm install router | 74 | npm install router |
| ... | @@ -89,8 +89,8 @@ | ... | @@ -89,8 +89,8 @@ |
| 89 | - 또는 하단 챗봇 링크에 접속해서 채널을 추가해 주세요. | 89 | - 또는 하단 챗봇 링크에 접속해서 채널을 추가해 주세요. |
| 90 | link: <http://pf.kakao.com/_jAjtb> | 90 | link: <http://pf.kakao.com/_jAjtb> |
| 91 | <img src="channel.jpg" width="270px" height="450px"></img><br/> | 91 | <img src="channel.jpg" width="270px" height="450px"></img><br/> |
| 92 | - - 아래의 qr코드를 스캔하면 챗봇과 바로 채팅을 시작할 수 있습니다. | 92 | + - 아래의 qr코드를 스캔해서 채널을 추가하셔도 됩니다. |
| 93 | - <img src="qrcode.jpg" width="250px" height="250px"></img><br/> | 93 | + <img src="qrcode.jpg" width="250px" height="250px"></img><br/> |
| 94 | 94 | ||
| 95 | 2. 채팅창에 "안녕"을 입력하면 챗봇이 메시지를 전송합니다. | 95 | 2. 채팅창에 "안녕"을 입력하면 챗봇이 메시지를 전송합니다. |
| 96 | <img src="hello.jpg" width="300px" height="300px"></img><br/> | 96 | <img src="hello.jpg" width="300px" height="300px"></img><br/> | ... | ... |
-
Please register or login to post a comment