Yuncheol Kwak

Docs modified README

1 +MIT License
2 +
3 +Copyright (c) 2022 Yuncheol Kwak
4 +
5 +Permission is hereby granted, free of charge, to any person obtaining a copy
6 +of this software and associated documentation files (the "Software"), to deal
7 +in the Software without restriction, including without limitation the rights
8 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 +copies of the Software, and to permit persons to whom the Software is
10 +furnished to do so, subject to the following conditions:
11 +
12 +The above copyright notice and this permission notice shall be included in all
13 +copies or substantial portions of the Software.
14 +
15 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 +SOFTWARE.
...\ No newline at end of file ...\ No newline at end of file
1 <div id="top"></div> 1 <div id="top"></div>
2 2
3 -
4 -<!-- PROJECT SHIELDS -->
5 -[![Contributors][contributors-shield]][contributors-url]
6 -[![Forks][forks-shield]][forks-url]
7 -[![Stargazers][stars-shield]][stars-url]
8 -[![Issues][issues-shield]][issues-url]
9 -[![MIT License][license-shield]][license-url]
10 -[![LinkedIn][linkedin-shield]][linkedin-url]
11 -
12 -
13 -
14 <!-- PROJECT LOGO --> 3 <!-- PROJECT LOGO -->
15 <br /> 4 <br />
16 <div align="center"> 5 <div align="center">
17 - <a href="https://github.com/github_username/repo_name"> 6 + <a href="http://khuhub.khu.ac.kr/2019102147/youtube-comment-seperator">
18 <img src="images/logo.png" alt="Logo" width="80" height="80"> 7 <img src="images/logo.png" alt="Logo" width="80" height="80">
19 </a> 8 </a>
20 9
21 <h3 align="center">Youtub-Comment-Seperator</h3> 10 <h3 align="center">Youtub-Comment-Seperator</h3>
22 11
23 <p align="center"> 12 <p align="center">
24 - Find korean comments between english comments! 13 + Find someone from your country among foreigners!
25 <br /> 14 <br />
26 <a href="http://khuhub.khu.ac.kr/2019102147/youtube-comment-seperator"><strong>Explore the docs »</strong></a> 15 <a href="http://khuhub.khu.ac.kr/2019102147/youtube-comment-seperator"><strong>Explore the docs »</strong></a>
27 <br /> 16 <br />
...@@ -66,20 +55,27 @@ ...@@ -66,20 +55,27 @@
66 55
67 <!-- ABOUT THE PROJECT --> 56 <!-- ABOUT THE PROJECT -->
68 ## About The Project 57 ## About The Project
58 +<div align="center">
59 + <img src="images/screen.png" alt="screenshot">
60 +</div>
69 61
70 -[![Product Name Screen Shot][product-screenshot]](https://example.com) 62 +* Select the language for comments you want to find
63 +* Show comments only the language you choosen
71 64
72 -Here's a blank template to get started: To avoid retyping too much info. Do a search and replace with your text editor for the following: `github_username`, `repo_name`, `twitter_handle`, `linkedin_username`, `email_client`, `email`, `project_title`, `project_description`
73 65
74 -<p align="right">(<a href="#top">back to top</a>)</p>
75 66
67 +<p align="right">(<a href="#top">back to top</a>)</p>
76 68
77 69
78 -### Built With
79 70
71 +## Built With
72 +***
80 <img src="https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=white"/> 73 <img src="https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=white"/>
81 <img src="https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=node.js&logoColor=white&"/> 74 <img src="https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=node.js&logoColor=white&"/>
82 <img src="https://img.shields.io/badge/npm-CB3837?style=flat-square&logo=npm&logoColor=white&"/> 75 <img src="https://img.shields.io/badge/npm-CB3837?style=flat-square&logo=npm&logoColor=white&"/>
76 +<img src="https://img.shields.io/badge/Bootstrap-7952B3?style=flat-square&logo=bootstrap&logoColor=white&"/>
77 +<img src="https://img.shields.io/badge/Express-000000?style=flat-square&logo=express&logoColor=white&"/>
78 +
83 79
84 <p align="right">(<a href="#top">back to top</a>)</p> 80 <p align="right">(<a href="#top">back to top</a>)</p>
85 81
...@@ -87,32 +83,30 @@ Here's a blank template to get started: To avoid retyping too much info. Do a se ...@@ -87,32 +83,30 @@ Here's a blank template to get started: To avoid retyping too much info. Do a se
87 83
88 <!-- GETTING STARTED --> 84 <!-- GETTING STARTED -->
89 ## Getting Started 85 ## Getting Started
90 - 86 +***
91 -This is an example of how you may give instructions on setting up your project locally.
92 -To get a local copy up and running follow these simple example steps.
93 87
94 ### Prerequisites 88 ### Prerequisites
95 89
96 -This is an example of how to list things you need to use the software and how to install them. 90 +Need to get free API Key
97 -* npm 91 +* [Google](https://console.cloud.google.com/apis/dashboard) - *Activate YouTube Data API v3*
98 - ```sh 92 +* [Naver](https://developers.naver.com/apps)
99 - npm install npm@latest -g 93 +
100 - ```
101 94
102 ### Installation 95 ### Installation
103 96
104 -1. Get a free API Key at [https://console.cloud.google.com](https://console.cloud.google.com/marketplace/product/google/youtube.googleapis.com?q=search&referrer=search&project=eighth-keyword-349614&supportedpurview=project) 97 +1. Clone the repo
105 -2. Clone the repo
106 ```sh 98 ```sh
107 git clone http://khuhub.khu.ac.kr/2019102147/youtube-comment-seperator.git 99 git clone http://khuhub.khu.ac.kr/2019102147/youtube-comment-seperator.git
108 ``` 100 ```
109 -3. Install NPM packages 101 +2. Install NPM packages
110 ```sh 102 ```sh
111 npm install 103 npm install
112 ``` 104 ```
113 -4. Enter your API in `config.js` 105 +3. Need to Enter your API Keys in `APIs.json`
114 - ```js 106 + ```json
115 - const API_KEY = 'ENTER YOUR API'; 107 + "youtubeAPI" : "ENTER YOUR GOOGLE API",
108 + "papagoClientID" : "ENTER YOUR NAVER ClientID"
109 + "papagoClientSecret":"ENTER YOUR NAVER ClientSecret"
116 ``` 110 ```
117 111
118 <p align="right">(<a href="#top">back to top</a>)</p> 112 <p align="right">(<a href="#top">back to top</a>)</p>
...@@ -124,38 +118,21 @@ This is an example of how to list things you need to use the software and how to ...@@ -124,38 +118,21 @@ This is an example of how to list things you need to use the software and how to
124 118
125 Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources. 119 Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
126 120
127 -_For more examples, please refer to the [Documentation](https://example.com)_
128 -
129 -<p align="right">(<a href="#top">back to top</a>)</p>
130 -
131 121
132 122
133 -<!-- ROADMAP --> 123 +_For more examples, please refer to the [Documentation](https://example.com)_
134 -## Roadmap
135 -
136 -- [ ] Feature 1
137 -- [ ] Feature 2
138 -- [ ] Feature 3
139 - - [ ] Nested Feature
140 -
141 -See the [open issues](https://github.com/github_username/repo_name/issues) for a full list of proposed features (and known issues).
142 124
143 <p align="right">(<a href="#top">back to top</a>)</p> 125 <p align="right">(<a href="#top">back to top</a>)</p>
144 126
145 -
146 -
147 <!-- CONTRIBUTING --> 127 <!-- CONTRIBUTING -->
148 ## Contributing 128 ## Contributing
149 129
150 -Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. 130 +If you have a suggestion that would make this better, please fork the repo and create a pull request.
151 -
152 -If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
153 -Don't forget to give the project a star! Thanks again!
154 131
155 1. Fork the Project 132 1. Fork the Project
156 -2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) 133 +2. Create your Feature Branch (`git checkout -b feature/feature_name`)
157 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) 134 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
158 -4. Push to the Branch (`git push origin feature/AmazingFeature`) 135 +4. Push to the Branch (`git push origin feature/feature_name`)
159 5. Open a Pull Request 136 5. Open a Pull Request
160 137
161 <p align="right">(<a href="#top">back to top</a>)</p> 138 <p align="right">(<a href="#top">back to top</a>)</p>
...@@ -174,37 +151,9 @@ Distributed under the MIT License. See `LICENSE.txt` for more information. ...@@ -174,37 +151,9 @@ Distributed under the MIT License. See `LICENSE.txt` for more information.
174 <!-- CONTACT --> 151 <!-- CONTACT -->
175 ## Contact 152 ## Contact
176 153
177 -Your Name - [@twitter_handle](https://twitter.com/twitter_handle) - email@email_client.com 154 +Yuncheol Kwak - lvbhkwak@khu.ac.kr </br>
155 +Kyoleen Kwak - 2007kkl@khu.ac.kr
178 156
179 Project Link: [http://khuhub.khu.ac.kr/2019102147/youtube-comment-seperator](http://khuhub.khu.ac.kr/2019102147/youtube-comment-seperator) 157 Project Link: [http://khuhub.khu.ac.kr/2019102147/youtube-comment-seperator](http://khuhub.khu.ac.kr/2019102147/youtube-comment-seperator)
180 158
181 <p align="right">(<a href="#top">back to top</a>)</p> 159 <p align="right">(<a href="#top">back to top</a>)</p>
182 -
183 -
184 -
185 -<!-- ACKNOWLEDGMENTS -->
186 -## Acknowledgments
187 -
188 -* []()
189 -* []()
190 -* []()
191 -
192 -<p align="right">(<a href="#top">back to top</a>)</p>
193 -
194 -
195 -
196 -<!-- MARKDOWN LINKS & IMAGES -->
197 -<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
198 -[contributors-shield]: https://img.shields.io/github/contributors/github_username/repo_name.svg?style=for-the-badge
199 -[contributors-url]: https://github.com/github_username/repo_name/graphs/contributors
200 -[forks-shield]: https://img.shields.io/github/forks/github_username/repo_name.svg?style=for-the-badge
201 -[forks-url]: https://github.com/github_username/repo_name/network/members
202 -[stars-shield]: https://img.shields.io/github/stars/github_username/repo_name.svg?style=for-the-badge
203 -[stars-url]: https://github.com/github_username/repo_name/stargazers
204 -[issues-shield]: https://img.shields.io/github/issues/github_username/repo_name.svg?style=for-the-badge
205 -[issues-url]: https://github.com/github_username/repo_name/issues
206 -[license-shield]: https://img.shields.io/github/license/github_username/repo_name.svg?style=for-the-badge
207 -[license-url]: https://github.com/github_username/repo_name/blob/master/LICENSE.txt
208 -[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
209 -[linkedin-url]: https://linkedin.com/in/linkedin_username
210 -[product-screenshot]: images/screenshot.png
......