정태규

Update README.md

Showing 1 changed file with 59 additions and 3 deletions
<br />
<div align="center">
<h3 align="center">TrendingTopics</h3>
<p align="center">사이트별 실시간 검색어 모아보기</p>
</div>
<details>
<summary>Table of Contents</summary>
<ol>
<li><a href="#about-the-project">About The Project</a></li>
<li><a href="#getting-started">Getting Started</a></li>
<li><a href="#usage">Usage</a></li>
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#license">License</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#acknowledgments">Acknowledgments</a></li>
</ol>
</details>
# – About the Project
네이버의 실시간 검색어 서비스는 종료되었지만 아직 그러한 서비스를 제공하고 있는 나머지 사이트들의 실시간 검색어를 모아볼 수 있는 서비스입니다.
네이버(Naver)와 다음(Daum)의 실시간 검색어 서비스는 종료되었지만 아직 비슷한 서비스를 제공하고 있는
나머지 포털 사이트들(nate, zum)의 실시간 검색어를 모아볼 수 있는 서비스입니다.
<p align="right">(<a href="#top">back to top</a>)</p>
# – Getting Started ( Installation )
1. Install [Node.js](https://nodejs.org/)
2. Clone this repository
```
git clone http://khuhub.khu.ac.kr/2020105661/TrendingTopics.git
```
3. Install crawler module
```
npm install crawler
```
<p align="right">(<a href="#top">back to top</a>)</p>
# – Usage
repository에서 clone 해 온 파일들을 그대로 한 폴더에 넣어주신 뒤, 폴더 최상단에 있는 app.js 파일을 실행해주세요.
그 후 browser 주소창에 localhost를 입력하시거나 app.js 파일과 같은 경로에 위치한 localhost.url 파일을 더블 클릭하여
local 서버에 접속하시면 아래와 같은 화면을 볼 수 있습니다.
![TrendingTopics](/uploads/b8001be56d3ede98448abaf3e55f052c/TrendingTopics.PNG)
만약 port 번호를 바꾸고 싶으면 app.js 파일 내 var port = 80; 부분을 바꾸시면 됩니다.
<p align="right">(<a href="#top">back to top</a>)</p>
# – Roadmap
- [v] Add zum site
- [v] Add nate site
- [ ] Improve UI
- [ ] Add AWS version
- [ ] Add automatic update feature
- [ ] Add another site
<p align="right">(<a href="#top">back to top</a>)</p>
# – Contributing
1. Fork the Project
......@@ -14,9 +64,15 @@
4. Push to the Branch
5. Open a Pull Request
<p align="right">(<a href="#top">back to top</a>)</p>
# – License
Distributed under the MIT License.
<p align="right">(<a href="#top">back to top</a>)</p>
# – Contact
http://khuhub.khu.ac.kr/2020105661/TrendingTopics
정태규 jtk134@khu.ac.kr
\ No newline at end of file
정태규 - jtk134@khu.ac.kr
Project Link: http://khuhub.khu.ac.kr/2020105661/TrendingTopics
<p align="right">(<a href="#top">back to top</a>)</p>
......