Showing
4 changed files
with
16 additions
and
13 deletions
... | @@ -32,6 +32,7 @@ | ... | @@ -32,6 +32,7 @@ |
32 | <li> | 32 | <li> |
33 | <a href="#about-the-project">About The Project</a> | 33 | <a href="#about-the-project">About The Project</a> |
34 | <ul> | 34 | <ul> |
35 | + <li><a href="#project-architecture">Project Architecture</a></li> | ||
35 | <li><a href="#built-with">Built With</a></li> | 36 | <li><a href="#built-with">Built With</a></li> |
36 | </ul> | 37 | </ul> |
37 | </li> | 38 | </li> |
... | @@ -43,11 +44,9 @@ | ... | @@ -43,11 +44,9 @@ |
43 | </ul> | 44 | </ul> |
44 | </li> | 45 | </li> |
45 | <li><a href="#usage">Usage</a></li> | 46 | <li><a href="#usage">Usage</a></li> |
46 | - <li><a href="#roadmap">Roadmap</a></li> | ||
47 | <li><a href="#contributing">Contributing</a></li> | 47 | <li><a href="#contributing">Contributing</a></li> |
48 | <li><a href="#license">License</a></li> | 48 | <li><a href="#license">License</a></li> |
49 | <li><a href="#contact">Contact</a></li> | 49 | <li><a href="#contact">Contact</a></li> |
50 | - <li><a href="#acknowledgments">Acknowledgments</a></li> | ||
51 | </ol> | 50 | </ol> |
52 | </details> | 51 | </details> |
53 | 52 | ||
... | @@ -55,6 +54,7 @@ | ... | @@ -55,6 +54,7 @@ |
55 | 54 | ||
56 | <!-- ABOUT THE PROJECT --> | 55 | <!-- ABOUT THE PROJECT --> |
57 | ## About The Project | 56 | ## About The Project |
57 | +*** | ||
58 | <div align="center"> | 58 | <div align="center"> |
59 | <img src="images/screen.png" alt="screenshot"> | 59 | <img src="images/screen.png" alt="screenshot"> |
60 | </div> | 60 | </div> |
... | @@ -62,14 +62,18 @@ | ... | @@ -62,14 +62,18 @@ |
62 | * Select the language for comments you want to find | 62 | * Select the language for comments you want to find |
63 | * Show comments only the language you choosen | 63 | * Show comments only the language you choosen |
64 | 64 | ||
65 | +### Project Architecture | ||
66 | +<div align="center"> | ||
67 | + <img src="images/project-architecture.png" alt="screenshot"> | ||
68 | +</div> | ||
65 | 69 | ||
66 | 70 | ||
67 | <p align="right">(<a href="#top">back to top</a>)</p> | 71 | <p align="right">(<a href="#top">back to top</a>)</p> |
68 | 72 | ||
69 | 73 | ||
70 | 74 | ||
71 | -## Built With | 75 | +### Built With |
72 | -*** | 76 | + |
73 | <img src="https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=white"/> | 77 | <img src="https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=white"/> |
74 | <img src="https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=node.js&logoColor=white&"/> | 78 | <img src="https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=node.js&logoColor=white&"/> |
75 | <img src="https://img.shields.io/badge/npm-CB3837?style=flat-square&logo=npm&logoColor=white&"/> | 79 | <img src="https://img.shields.io/badge/npm-CB3837?style=flat-square&logo=npm&logoColor=white&"/> |
... | @@ -115,18 +119,17 @@ Need to get free API Key | ... | @@ -115,18 +119,17 @@ Need to get free API Key |
115 | 119 | ||
116 | <!-- USAGE EXAMPLES --> | 120 | <!-- USAGE EXAMPLES --> |
117 | ## Usage | 121 | ## Usage |
118 | - | 122 | +*** |
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. | 123 | +* Get percentage of __Korean__ comments |
120 | - | 124 | +<div align="center"> |
121 | - | 125 | + <img src="images/korpercent.png" alt="screenshot"> |
122 | - | 126 | +</div> |
123 | -_For more examples, please refer to the [Documentation](https://example.com)_ | ||
124 | 127 | ||
125 | <p align="right">(<a href="#top">back to top</a>)</p> | 128 | <p align="right">(<a href="#top">back to top</a>)</p> |
126 | 129 | ||
127 | <!-- CONTRIBUTING --> | 130 | <!-- CONTRIBUTING --> |
128 | ## Contributing | 131 | ## Contributing |
129 | - | 132 | +*** |
130 | If you have a suggestion that would make this better, please fork the repo and create a pull request. | 133 | If you have a suggestion that would make this better, please fork the repo and create a pull request. |
131 | 134 | ||
132 | 1. Fork the Project | 135 | 1. Fork the Project |
... | @@ -151,8 +154,8 @@ Distributed under the MIT License. See `LICENSE.txt` for more information. | ... | @@ -151,8 +154,8 @@ Distributed under the MIT License. See `LICENSE.txt` for more information. |
151 | <!-- CONTACT --> | 154 | <!-- CONTACT --> |
152 | ## Contact | 155 | ## Contact |
153 | 156 | ||
154 | -Yuncheol Kwak - lvbhkwak@khu.ac.kr </br> | 157 | +Yuncheol Kwak - <lvbhkwak@khu.ac.kr> |
155 | -Kyoleen Kwak - 2007kkl@khu.ac.kr | 158 | +Kyoleen Kwak - <2007kkl@khu.ac.kr> |
156 | 159 | ||
157 | Project Link: [http://khuhub.khu.ac.kr/2019102147/youtube-comment-seperator](http://khuhub.khu.ac.kr/2019102147/youtube-comment-seperator) | 160 | Project Link: [http://khuhub.khu.ac.kr/2019102147/youtube-comment-seperator](http://khuhub.khu.ac.kr/2019102147/youtube-comment-seperator) |
158 | 161 | ... | ... |
images/korpercent.png
0 → 100644
1.34 MB
images/project-architecture.png
0 → 100644
166 KB
-
Please register or login to post a comment