최현영

README.md

Showing 1 changed file with 33 additions and 0 deletions
...@@ -80,6 +80,12 @@ API List ...@@ -80,6 +80,12 @@ API List
80 - git clone ssh://git@khuhub.khu.ac.kr:12959/2019102236/Expresswayinfo24.git 80 - git clone ssh://git@khuhub.khu.ac.kr:12959/2019102236/Expresswayinfo24.git
81 81
82 82
83 +npm install
84 +-
85 +
86 + npm install
87 +
88 +
83 app.js을 수정해주세요. 89 app.js을 수정해주세요.
84 - 90 -
85 const TOKEN = 'your Token'; //"https://developers.line.biz/en/services/messaging-api/"에서 받은 토큰입니다. 91 const TOKEN = 'your Token'; //"https://developers.line.biz/en/services/messaging-api/"에서 받은 토큰입니다.
...@@ -124,4 +130,31 @@ app.js을 수정해주세요. ...@@ -124,4 +130,31 @@ app.js을 수정해주세요.
124 - 실시간 고속국도 공사정보 (o); //06.17; 130 - 실시간 고속국도 공사정보 (o); //06.17;
125 - 고속도로 사고 정보 웹사이트(o) //06.18; 131 - 고속도로 사고 정보 웹사이트(o) //06.18;
126 132
133 +License
134 +-
135 +
136 +MIT License
137 +
138 +Copyright (c) 2020 Choi Hyunyeong
139 +
140 +Permission is hereby granted, free of charge, to any person obtaining a copy
141 +of this software and associated documentation files (the "Software"), to deal
142 +in the Software without restriction, including without limitation the rights
143 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
144 +copies of the Software, and to permit persons to whom the Software is
145 +furnished to do so, subject to the following conditions:
146 +
147 +The above copyright notice and this permission notice shall be included in all
148 +copies or substantial portions of the Software.
149 +
150 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
151 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
152 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
153 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
154 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
155 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
156 +SOFTWARE.
157 +
158 +
159 +
127 만든이: 최현영, 2019102236 160 만든이: 최현영, 2019102236
......