Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오규림
/
Personal_color_chatbot
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
suhyunpark
2021-06-10 18:18:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cc4545f3366a0128c27453664ad860d1155bbb04
cc4545f3
1 parent
e23ff4b4
Update Readme
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
Readme.md
Readme.md
View file @
cc4545f
...
...
@@ -24,17 +24,17 @@
### Installation
1.
Clone the repository
`
``
`git clone http://khuhub.khu.ac.kr/2019102195/Personal_color_chatbot
````
2. npm install
````npm install
````
3. Enter your API in app.js
```
`
const TOKEN = '라인 챗봇 토큰'
const domain = '발급받은 도메인'
````
1.
Clone the repository
<br>
`
git clone http://khuhub.khu.ac.kr/2019102195/Personal_color_chatbot`
2.
npm install
<br>
` npm install`
3.
Enter your API in app.js
<br>
`const TOKEN = '라인 챗봇 토큰'`<br>
`const domain = '발급받은 도메인'`
## Usage
...
...
Please
register
or
login
to post a comment