Showing
1 changed file
with
4 additions
and
3 deletions
... | @@ -20,15 +20,15 @@ | ... | @@ -20,15 +20,15 @@ |
20 | ## ◎설치 방법 | 20 | ## ◎설치 방법 |
21 | 1. repository를 clone을 먼저 해줍니다. | 21 | 1. repository를 clone을 먼저 해줍니다. |
22 | 22 | ||
23 | - git clone http://khuhub.khu.ac.kr/term-project/project.git | 23 | +git clone http://khuhub.khu.ac.kr/term-project/project.git |
24 | 24 | ||
25 | 2. 필요한 key들을 발급받습니다. | 25 | 2. 필요한 key들을 발급받습니다. |
26 | 26 | ||
27 | - 식품(첨가물)품목제조보고(원재료) key :https://www.foodsafetykorea.go.kr/api/openApiInfo.do?menu_grp=MENU_GRP31&menu_no=661&show_cnt=10&start_idx=1&svc_no=C002 | 27 | +식품(첨가물)품목제조보고(원재료) key: https://www.foodsafetykorea.go.kr/api/openApiInfo.do?menu_grp=MENU_GRP31&menu_no=661&show_cnt=10&start_idx=1&svc_no=C002 |
28 | 28 | ||
29 | 식품의약품안전처_식품첨가물 정보 서비스:https://www.data.go.kr/data/15058807/openapi.do | 29 | 식품의약품안전처_식품첨가물 정보 서비스:https://www.data.go.kr/data/15058807/openapi.do |
30 | 30 | ||
31 | - line developer: https://developers.line.biz/en/services/messaging-api/ | 31 | +line developer: https://developers.line.biz/en/services/messaging-api/ |
32 | 32 | ||
33 | 3. 필요한 module을 다운받습니다. | 33 | 3. 필요한 module을 다운받습니다. |
34 | 34 | ||
... | @@ -39,6 +39,7 @@ npm install express | ... | @@ -39,6 +39,7 @@ npm install express |
39 | npm install xml-js | 39 | npm install xml-js |
40 | 40 | ||
41 | 4. app.js를 수정합니다. | 41 | 4. app.js를 수정합니다. |
42 | + | ||
42 | const TOKEN = 'line' // line messenger api의 channel access token으로 수정합니다. | 43 | const TOKEN = 'line' // line messenger api의 channel access token으로 수정합니다. |
43 | 44 | ||
44 | var first_key = '식품첨가물 정보 서비스' // 발급받은 식품첨가물 정보 서비스의 key로 수정합니다. | 45 | var first_key = '식품첨가물 정보 서비스' // 발급받은 식품첨가물 정보 서비스의 key로 수정합니다. | ... | ... |
-
Please register or login to post a comment