Toggle navigation
Toggle navigation
This project
Loading...
Sign in
곽원석
/
OSS-Project
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
곽원석
2020-12-10 11:18:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
284e7d32e92ee564e02eed1175866eaf4ead664b
284e7d32
1 parent
c0e50903
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
README.md
README.md
View file @
284e7d3
...
...
@@ -5,25 +5,22 @@
## USED API LIST :
*
[
LINE Messeging API
](
https://developers.line.biz/en/
)
[
LINE Messeging API
](
https://developers.line.biz/en/
"라인API"
)
*
[
공공데이터포털 Covid19 API
](
https://data.go.kr/data/15043376/openapi.do/
)
[
공공데이터포털 Covid19 API
](
https://data.go.kr/data/15043376/openapi.do/
"covidAPI"
)
## 개발 환경 및 도구 :
*
Ubuntu Server 18.04 LTS
*
Windows 10
*
Ubuntu 20.04 LTS (Focal Fossa)
*
Node.js
## 사용방법 :
<img
src=
"/QR코드.jpg"
width=
"20%"
height=
"20%"
alt=
"line"
></img>
Line 앱을 설치 후 QR코드를 사용해 친구 추가를 해주세요!
## 설치방법 :
구동할 운영체제에서 git clone
하여 설치
구동할 운영체제에서 git clone
```
git clone http://khuhub.khu.ac.kr/2014104077/OSS-Project.git
...
...
@@ -37,18 +34,18 @@
```
고유 토큰값 넣기
```
SERVICE_KEY
TOKEN
SERVICE_KEY
= '공공데이터포털에서 받은 키값'
TOKEN
= '라인 API를 등록하면서 얻은 채널의 키값'
```
## 주요 기능
### 기능화면
*
/코로나
*
/corona
### 세부기능
*
/확진자
*
/검사진행
*
/사망자
...
...
Please
register
or
login
to post a comment