README.md
2.46 KB
TrendingTopics
사이트별 실시간 검색어 모아보기
Table of Contents
– About the Project
네이버(Naver)와 다음(Daum)의 실시간 검색어 서비스는 종료되었지만 아직 비슷한 서비스를 제공하고 있는 나머지 포털 사이트들(nate, zum)의 실시간 검색어를 모아볼 수 있는 서비스입니다.
– Getting Started ( Installation )
- Install Node.js
- Clone this repository
git clone http://khuhub.khu.ac.kr/2020105661/TrendingTopics.git - Install crawler module
npm install crawler
– Usage
repository에서 clone 해 온 파일들을 그대로 한 폴더에 넣어주신 뒤, 폴더 최상단에 있는 app.js 파일을 실행해주세요. 그 후 browser 주소창에 localhost를 입력하시거나 app.js 파일과 같은 경로에 위치한 localhost.url 파일을 더블 클릭하여 local 서버에 접속하시면 아래와 같은 화면을 볼 수 있습니다.
만약 port 번호를 바꾸고 싶으면 app.js 파일 내 var port = 80; 부분을 바꾸시면 됩니다.
– Roadmap
- [v] Add zum site
- [v] Add nate site
- Improve UI
- Add AWS version
- Add automatic update feature
- Add another site
– Contributing
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
– License
Distributed under the MIT License.
– Contact
- 정태규 - jtk134@khu.ac.kr
- Project Link: http://khuhub.khu.ac.kr/2020105661/TrendingTopics