Merge branch 'master' of http://khuhub.khu.ac.kr/2020105648/stockAlarm
Showing
1 changed file
with
53 additions
and
0 deletions
README.md
0 → 100644
1 | +프로젝트 설명 | ||
2 | +============= | ||
3 | +코로나19로 인해 집에만 있어 주식을 하는 사람들이 급격히 많아졌다. | ||
4 | + | ||
5 | +시간이 많아졌음에도 초단위로 변하는 주식 가격을 알아보기 위해 매번 들어가는 것은 귀찮은 일이다. | ||
6 | + | ||
7 | +따라서 본 프로젝트는 자신이 자주 보는 주식과 그 주가를 입력해두고, | ||
8 | + | ||
9 | +그 가격이 되면 알람이 오게 만들어 그 귀찮음을 줄이고자 한다. | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | +기능 설명 | ||
15 | +========= | ||
16 | +LINE 챗봇에 자신이 원하는 주식을 입력, 그런 다음 원하는 주식 가격을 입력한다. | ||
17 | + | ||
18 | +5분마다 입력한 가격가 실제 시세를 비교하고, 같아지거나 넘으면 알람이 온다. | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | +설치 방법 | ||
23 | +========= | ||
24 | +**1. nodejs 설치** | ||
25 | + | ||
26 | + https://nodejs.org/ko/download/ | ||
27 | + | ||
28 | +**2. Repository Clone** | ||
29 | + | ||
30 | + git clone http://khuhub.khu.ac.kr/2020105648/stockAlarm.git | ||
31 | + | ||
32 | +**3. Install Package** | ||
33 | + | ||
34 | + npm install | ||
35 | + | ||
36 | +**4. Start!** | ||
37 | + | ||
38 | + npm start | ||
39 | + | ||
40 | + | ||
41 | +사용한 패키지 및 자료들 | ||
42 | +============= | ||
43 | +1. nodejs | ||
44 | +2. axios | ||
45 | +3. cheerio | ||
46 | +4. node-cron | ||
47 | +5. Line (<https://line.me/ko/>) | ||
48 | +6. 네이버 금융 홈페이지 (<https://finance.naver.com/main/main.nhn>) | ||
49 | + | ||
50 | + | ||
51 | +연락처 | ||
52 | +------ | ||
53 | +이진영(2020105648): jakerhee1@khu.ac.kr | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment