Showing
1 changed file
with
7 additions
and
6 deletions
1 | -**1. project** | 1 | +** project** |
2 | -챗봇에 지역을 입력하면 날씨와 그에 맞는 옷차림을 제안 | 2 | -챗봇에 지역을 입력하면 날씨와 그에 맞는 옷차림을 제안 |
3 | + | ||
3 | -챗봇 사용시 반드시 '시작' 이라는 메세지를 보내야함 | 4 | -챗봇 사용시 반드시 '시작' 이라는 메세지를 보내야함 |
4 | 5 | ||
5 | -#2. 설치 방법(Installation) | 6 | +** 설치 방법(Installation)** |
6 | - Get a free API Key at https://developers.line.biz/en/ | 7 | - Get a free API Key at https://developers.line.biz/en/ |
7 | - Get a free API Key at https://data.go.kr/data/15057682/openapi.do | 8 | - Get a free API Key at https://data.go.kr/data/15057682/openapi.do |
8 | - Clone the repo | 9 | - Clone the repo |
9 | - ```git clone https://github.com/your_username_/Project-Name.git``` | 10 | + ```git clone https://github.com/your_username_/Project-Name.git``` |
10 | 11 | ||
11 | - Install NPM package | 12 | - Install NPM package |
12 | ``` npm install``` | 13 | ``` npm install``` |
... | @@ -15,11 +16,11 @@ | ... | @@ -15,11 +16,11 @@ |
15 | ```const TOKEN = 'ENTER YOURS';``` | 16 | ```const TOKEN = 'ENTER YOURS';``` |
16 | ```var WEATHER_URL = ~~~ serviceKey=' ENTER YOURS'``` | 17 | ```var WEATHER_URL = ~~~ serviceKey=' ENTER YOURS'``` |
17 | 18 | ||
18 | -#3. 사용 방법 | 19 | +*** 사용 방법(usage)*** |
19 | - - node app.js | 20 | + ``` node app.js``` |
20 | 21 | ||
21 | ``` | 22 | ``` |
22 | -4.라이센스 | 23 | +*** 라이센스**** |
23 | MIT License | 24 | MIT License |
24 | 25 | ||
25 | Copyright (c) [2020] [Shin Jeong A] | 26 | Copyright (c) [2020] [Shin Jeong A] | ... | ... |
-
Please register or login to post a comment