Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신일섭
/
ShoppingCart
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
4
Network
Create a new issue
Commits
Issue Boards
Authored by
신일섭
2020-06-24 22:47:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ad96d9ca2eda656600accbea465e446c9de09538
ad96d9ca
1 parent
01e3e4e5
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
README.md
README.md
View file @
ad96d9c
...
...
@@ -52,3 +52,10 @@ npm install --save puppeteer
```
네이버 챗봇 api를 사용하기 위해서는 naver developer 에서 api를 발급 받을 필요가 있습니다.
https://developers.line.biz/en/
__
_
API KEY값을 발급 받은 후 config/key.js 에서 const token 값을 발급받은 키 값으로 변경해 줍니다.
이후 app.js의 domain을 localhost로 sslport를 사용자가 개방한 포트 번호로 설정해 줍니다
완료했다면 보유한 리눅스 기반 AWS 서버에서 운영하거나 리눅스 운영체제에서 localhost 기반으로 코드를 직접 사용할 수 있습니다.
*
Windows 운영체제에서는 path 관련 문법이 달라 작동하지 않을 수 있습니다.
...
...
Please
register
or
login
to post a comment