정태규

Update README.md

Showing 1 changed file with 59 additions and 3 deletions
1 +<br />
2 +<div align="center">
3 + <h3 align="center">TrendingTopics</h3>
4 + <p align="center">사이트별 실시간 검색어 모아보기</p>
5 +</div>
6 +
7 +<details>
8 + <summary>Table of Contents</summary>
9 + <ol>
10 + <li><a href="#about-the-project">About The Project</a></li>
11 + <li><a href="#getting-started">Getting Started</a></li>
12 + <li><a href="#usage">Usage</a></li>
13 + <li><a href="#roadmap">Roadmap</a></li>
14 + <li><a href="#contributing">Contributing</a></li>
15 + <li><a href="#license">License</a></li>
16 + <li><a href="#contact">Contact</a></li>
17 + <li><a href="#acknowledgments">Acknowledgments</a></li>
18 + </ol>
19 +</details>
20 +
1 # – About the Project 21 # – About the Project
2 -네이버의 실시간 검색어 서비스는 종료되었지만 아직 그러한 서비스를 제공하고 있는 나머지 사이트들의 실시간 검색어를 모아볼 수 있는 서비스입니다. 22 +네이버(Naver)와 다음(Daum)의 실시간 검색어 서비스는 종료되었지만 아직 비슷한 서비스를 제공하고 있는
23 +나머지 포털 사이트들(nate, zum)의 실시간 검색어를 모아볼 수 있는 서비스입니다.
24 +
25 +<p align="right">(<a href="#top">back to top</a>)</p>
3 26
4 # – Getting Started ( Installation ) 27 # – Getting Started ( Installation )
28 +1. Install [Node.js](https://nodejs.org/)
29 +2. Clone this repository
30 + ```
31 +git clone http://khuhub.khu.ac.kr/2020105661/TrendingTopics.git
32 +```
33 +3. Install crawler module
34 +```
35 +npm install crawler
36 +```
37 +
38 +<p align="right">(<a href="#top">back to top</a>)</p>
5 39
6 # – Usage 40 # – Usage
41 +repository에서 clone 해 온 파일들을 그대로 한 폴더에 넣어주신 뒤, 폴더 최상단에 있는 app.js 파일을 실행해주세요.
42 +그 후 browser 주소창에 localhost를 입력하시거나 app.js 파일과 같은 경로에 위치한 localhost.url 파일을 더블 클릭하여
43 +local 서버에 접속하시면 아래와 같은 화면을 볼 수 있습니다.
44 +![TrendingTopics](/uploads/b8001be56d3ede98448abaf3e55f052c/TrendingTopics.PNG)
45 +
46 +만약 port 번호를 바꾸고 싶으면 app.js 파일 내 var port = 80; 부분을 바꾸시면 됩니다.
47 +
48 +<p align="right">(<a href="#top">back to top</a>)</p>
7 49
8 # – Roadmap 50 # – Roadmap
51 +- [v] Add zum site
52 +- [v] Add nate site
53 +- [ ] Improve UI
54 +- [ ] Add AWS version
55 +- [ ] Add automatic update feature
56 +- [ ] Add another site
57 +
58 +<p align="right">(<a href="#top">back to top</a>)</p>
9 59
10 # – Contributing 60 # – Contributing
11 1. Fork the Project 61 1. Fork the Project
...@@ -14,9 +64,15 @@ ...@@ -14,9 +64,15 @@
14 4. Push to the Branch 64 4. Push to the Branch
15 5. Open a Pull Request 65 5. Open a Pull Request
16 66
67 +<p align="right">(<a href="#top">back to top</a>)</p>
68 +
17 # – License 69 # – License
18 Distributed under the MIT License. 70 Distributed under the MIT License.
19 71
72 +<p align="right">(<a href="#top">back to top</a>)</p>
73 +
20 # – Contact 74 # – Contact
21 -http://khuhub.khu.ac.kr/2020105661/TrendingTopics
22 -정태규 jtk134@khu.ac.kr
...\ No newline at end of file ...\ No newline at end of file
75 +정태규 - jtk134@khu.ac.kr
76 +Project Link: http://khuhub.khu.ac.kr/2020105661/TrendingTopics
77 +
78 +<p align="right">(<a href="#top">back to top</a>)</p>
......