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