Merge branch 'master' of http://khuhub.khu.ac.kr/2019102190/map_chatbot
Showing
1 changed file
with
51 additions
and
0 deletions
README.md
0 → 100644
1 | + # project | ||
2 | + -챗봇에 지역을 입력하면 날씨와 그에 맞는 옷차림을 제안 | ||
3 | + | ||
4 | + -챗봇 사용시 반드시 '시작' 이라는 메세지를 보내야함 | ||
5 | + | ||
6 | +_설치 방법(Installation) | ||
7 | + - Get a free API Key at https://developers.line.biz/en/ | ||
8 | + | ||
9 | + - Get a free API Key at https://data.go.kr/data/15057682/openapi.do | ||
10 | + | ||
11 | + - Clone the repo | ||
12 | + | ||
13 | + `git clone https://github.com/your_username_/Project-Name.git` | ||
14 | + | ||
15 | + - Install NPM package | ||
16 | + | ||
17 | + ` npm install` | ||
18 | + | ||
19 | + - Enter your API in app.js | ||
20 | + | ||
21 | + `const TOKEN = 'ENTER YOURS';` | ||
22 | + | ||
23 | + `var WEATHER_URL = ~~~ serviceKey=' ENTER YOURS'` | ||
24 | + | ||
25 | +_사용 방법(usage) | ||
26 | + `node app.js` | ||
27 | + | ||
28 | +``` | ||
29 | +_라이센스 | ||
30 | + MIT License | ||
31 | + | ||
32 | +Copyright (c) [2020] [Shin Jeong A] | ||
33 | + | ||
34 | +Permission is hereby granted, free of charge, to any person obtaining a copy | ||
35 | +of this software and associated documentation files (the "Software"), to deal | ||
36 | +in the Software without restriction, including without limitation the rights | ||
37 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
38 | +copies of the Software, and to permit persons to whom the Software is | ||
39 | +furnished to do so, subject to the following conditions: | ||
40 | + | ||
41 | +The above copyright notice and this permission notice shall be included in all | ||
42 | +copies or substantial portions of the Software. | ||
43 | + | ||
44 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
45 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
46 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
47 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
48 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
49 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
50 | +SOFTWARE. | ||
51 | +``` | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment