Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이진영
/
stockAlarm
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이진영
2021-06-08 22:14:06 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9d6d649988d4f720e332a4c03adc6e17b18b65d0
9d6d6499
1 parent
34dd3b7e
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
8 deletions
README.md
README.md
View file @
9d6d649
...
...
@@ -4,32 +4,47 @@
시간이 많아졌음에도 초단위로 변하는 주식 가격을 알아보기 위해 매번 들어가는 것은 귀찮은 일이다.
따라서 본 프로젝트는 자신이
원하는 주식과
주가를 입력해두고,
따라서 본 프로젝트는 자신이
자주 보는 주식과 그
주가를 입력해두고,
그 가격이 되면 알람이 오게 만들어 그 귀찮음을 줄이고자 한다.
기능 설명
=========
LINE 챗봇에 자신이 원하는 주식을 입력, 그런 다음 원하는 주식 가격을 입력한다.
5분마다 입력한 가격가 실제 시세를 비교하고, 같아지거나 넘으면 알람이 온다.
5분마다 입력한 가격가 실제 시세를 비교하고, 같아지거나 넘으면 알람이 온다.
설치 방법
=========
1.
nodejs 설치
(<https://nodejs.org/ko/download/>)
2.
Repository Clone
git clone http://khuhub.khu.ac.kr/2020105648/stockAlarm.git
3.
Install Package
npm install
4.
Start!
npm start
사용한 패키지 및 자료들
=============
1.
nodejs
2.
axios
3.
cheerio
4.
node-cron
5.
Line (
<https://line.me/ko/>
)
6.
네이버 금융 홈페이지 (
<https://finance.naver.com/main/main.nhn>
)
연락처
...
...
Please
register
or
login
to post a comment