Toggle navigation
Toggle navigation
This project
Loading...
Sign in
term-project
/
project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박주영
2020-12-09 16:57:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
df63d54ee2a24edd6a8d086cd2b6534a0ae302e0
df63d54e
1 parent
69b39f33
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
README.md
README.md
View file @
df63d54
...
...
@@ -20,15 +20,15 @@
## ◎설치 방법
1.
repository를 clone을 먼저 해줍니다.
git clone http://khuhub.khu.ac.kr/term-project/project.git
git clone http://khuhub.khu.ac.kr/term-project/project.git
2.
필요한 key들을 발급받습니다.
식품(첨가물)품목제조보고(원재료) 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
식품(첨가물)품목제조보고(원재료) 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
식품의약품안전처_식품첨가물 정보 서비스:https://www.data.go.kr/data/15058807/openapi.do
line developer: https://developers.line.biz/en/services/messaging-api/
line developer: https://developers.line.biz/en/services/messaging-api/
3.
필요한 module을 다운받습니다.
...
...
@@ -39,6 +39,7 @@ npm install express
npm install xml-js
4.
app.js를 수정합니다.
const TOKEN = 'line' // line messenger api의 channel access token으로 수정합니다.
var first_key = '식품첨가물 정보 서비스' // 발급받은 식품첨가물 정보 서비스의 key로 수정합니다.
...
...
Please
register
or
login
to post a comment