suhyunpark

Update Readme

Showing 1 changed file with 11 additions and 11 deletions
......@@ -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
......