박나리

Update README.md

...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
6 6
7 <br> </br> 7 <br> </br>
8 8
9 -## How th use 9 +## How to use
10 1. clone the repo <br> </br> git clone http://khuhub.khu.ac.kr/2021105602/menu_recommand_webpage.git <br> </br> <br> </br> 10 1. clone the repo <br> </br> git clone http://khuhub.khu.ac.kr/2021105602/menu_recommand_webpage.git <br> </br> <br> </br>
11 2. NPM install 11 2. NPM install
12 12
...@@ -15,12 +15,17 @@ ...@@ -15,12 +15,17 @@
15 npm install request 15 npm install request
16 npm install 16 npm install
17 ``` 17 ```
18 + 3. app.js 파일에서 TOKEN, Domain, PAPAGO_ID, PAPAGO_SECRET 자신의 것으로 변경
19 + 4. node.js로 실행
20 +
18 21
19 <br> </br> 22 <br> </br>
20 23
21 ## Built With 24 ## Built With
22 - Node.js 25 - Node.js
23 - Pyhon 26 - Pyhon
27 +- Line Messaging Api
28 +- Papago Api
24 29
25 <br> </br> 30 <br> </br>
26 31
......