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
Ubuntu
2021-06-08 15:07:32 +0000
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
760bd44b1d3f4939270ef41e65063b76d4af29f0
760bd44b
2 parents
919846e2
0159a51c
Merge branch 'master' of
http://khuhub.khu.ac.kr/2020105648/stockAlarm
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
0 deletions
README.md
README.md
0 → 100644
View file @
760bd44
프로젝트 설명
=============
코로나19로 인해 집에만 있어 주식을 하는 사람들이 급격히 많아졌다.
시간이 많아졌음에도 초단위로 변하는 주식 가격을 알아보기 위해 매번 들어가는 것은 귀찮은 일이다.
따라서 본 프로젝트는 자신이 자주 보는 주식과 그 주가를 입력해두고,
그 가격이 되면 알람이 오게 만들어 그 귀찮음을 줄이고자 한다.
기능 설명
=========
LINE 챗봇에 자신이 원하는 주식을 입력, 그런 다음 원하는 주식 가격을 입력한다.
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>
)
연락처
------
이진영(2020105648): jakerhee1@khu.ac.kr
\ No newline at end of file
Please
register
or
login
to post a comment