Showing
1 changed file
with
14 additions
and
19 deletions
... | @@ -123,6 +123,7 @@ This is an example of how to list things you need to use the software and how to | ... | @@ -123,6 +123,7 @@ This is an example of how to list things you need to use the software and how to |
123 | ``` | 123 | ``` |
124 | 4. Enter your API in `search.js` | 124 | 4. Enter your API in `search.js` |
125 | ```js | 125 | ```js |
126 | + //require("dotenv").config({path: ".env"}); | ||
126 | const key = 'ENTER YOUR API'; | 127 | const key = 'ENTER YOUR API'; |
127 | ``` | 128 | ``` |
128 | 129 | ||
... | @@ -166,17 +167,17 @@ app.listen("8080",function(req,res){ | ... | @@ -166,17 +167,17 @@ app.listen("8080",function(req,res){ |
166 | ``` | 167 | ``` |
167 | 168 | ||
168 | HOME PAGE | 169 | HOME PAGE |
169 | -[![homepage][homepage]] | 170 | +![homepage][homepage] |
170 | 171 | ||
171 | 172 | ||
172 | TEST PAGE | 173 | TEST PAGE |
173 | -[![testpage][test]] | 174 | +![testpage][test] |
174 | -[![resultpage][test_r]] | 175 | +![resultpage][test_r] |
175 | 176 | ||
176 | 177 | ||
177 | SEARCH PAGE | 178 | SEARCH PAGE |
178 | -[![testpage][search]] | 179 | +![testpage][search] |
179 | -[![resultpage][search_r]] | 180 | +![resultpage][search_r] |
180 | <p align="right">(<a href="#top">back to top</a>)</p> | 181 | <p align="right">(<a href="#top">back to top</a>)</p> |
181 | 182 | ||
182 | 183 | ||
... | @@ -185,14 +186,15 @@ SEARCH PAGE | ... | @@ -185,14 +186,15 @@ SEARCH PAGE |
185 | ## Roadmap | 186 | ## Roadmap |
186 | 187 | ||
187 | - [x] Add back to top links | 188 | - [x] Add back to top links |
188 | -- [ ] Add Additional Templates w/ Examples | 189 | +- [x] Add AWS version |
189 | -- [ ] Add "components" document to easily copy & paste sections of the readme | 190 | +- [x] Add Home page |
191 | +- [x] Add Additional Templates | ||
192 | +- [x] Add "components" document to easily copy & paste sections of the readme | ||
190 | - [ ] Multi-language Support | 193 | - [ ] Multi-language Support |
194 | + - [x] Korean | ||
191 | - [ ] Chinese | 195 | - [ ] Chinese |
192 | - [ ] Spanish | 196 | - [ ] Spanish |
193 | 197 | ||
194 | -See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a full list of proposed features (and known issues). | ||
195 | - | ||
196 | <p align="right">(<a href="#top">back to top</a>)</p> | 198 | <p align="right">(<a href="#top">back to top</a>)</p> |
197 | 199 | ||
198 | 200 | ||
... | @@ -218,7 +220,7 @@ Don't forget to give the project a star! Thanks again! | ... | @@ -218,7 +220,7 @@ Don't forget to give the project a star! Thanks again! |
218 | <!-- LICENSE --> | 220 | <!-- LICENSE --> |
219 | ## License | 221 | ## License |
220 | 222 | ||
221 | -Distributed under the MIT License. See `LICENSE.txt` for more information. | 223 | +METADATA : It's owned by Nexon(Kartrider) |
222 | 224 | ||
223 | <p align="right">(<a href="#top">back to top</a>)</p> | 225 | <p align="right">(<a href="#top">back to top</a>)</p> |
224 | 226 | ||
... | @@ -238,16 +240,9 @@ Project Link: [http://khuhub.khu.ac.kr/2019110627/kartrider](http://khuhub.khu.a | ... | @@ -238,16 +240,9 @@ Project Link: [http://khuhub.khu.ac.kr/2019110627/kartrider](http://khuhub.khu.a |
238 | <!-- ACKNOWLEDGMENTS --> | 240 | <!-- ACKNOWLEDGMENTS --> |
239 | ## Acknowledgments | 241 | ## Acknowledgments |
240 | 242 | ||
241 | -Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off! | 243 | +* [Use kartrider api](https://developers.nexon.com/kart/guides) |
244 | +* [How to use Ajax](https://api.jquery.com/jquery.ajax/) | ||
242 | 245 | ||
243 | -* [Choose an Open Source License](https://choosealicense.com) | ||
244 | -* [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet) | ||
245 | -* [Malven's Flexbox Cheatsheet](https://flexbox.malven.co/) | ||
246 | -* [Malven's Grid Cheatsheet](https://grid.malven.co/) | ||
247 | -* [Img Shields](https://shields.io) | ||
248 | -* [GitHub Pages](https://pages.github.com) | ||
249 | -* [Font Awesome](https://fontawesome.com) | ||
250 | -* [React Icons](https://react-icons.github.io/react-icons/search) | ||
251 | 246 | ||
252 | <p align="right">(<a href="#top">back to top</a>)</p> | 247 | <p align="right">(<a href="#top">back to top</a>)</p> |
253 | 248 | ... | ... |
-
Please register or login to post a comment