장수창

modified readme

# __LineBot__
라인 챗봇 서비스 개발
### 2015104213 장수창
## __기능__
---
- 번역
- 날씨
- 추가 예정
\ No newline at end of file
<!-- PROJECT TITLE -->
# Covid-19 Information Chatbot
### 코로나 바이러스 감염증-19(COVID-19) 관련 정보 챗봇
<img src="image/name.png" width="320" height="280">
<!-- TABLE OF CONTENTS -->
## Table of Contents
### * [About the Project](#about-the-project)
* [Built With](#built-with)
### * [Getting Started](#getting-started)
* [Installation](#installation)
### * [Usage](#usage)
### * [Contributing](#contributing)
### * [Contact](#contact)
<!-- About The Project -->
## About The Project
* Line messaging API 기반 코로나 바이러스 감염증-19(COVID-19) 관련 정보 챗봇입니다.
주 기능은 확진환자의 역학조사가 끝나거나 신규 확진자 발생 시 알림 메세지 전송입니다.
### Built With
* [Nodejs](https://nodejs.org/ko/)
* [Line Messaging API](https://developers.line.biz/en/services/messaging-api/)
* [Naver Search API](https://developers.naver.com/products/search/)
<!-- GETTING STARTED -->
## Getting Started
1. [LINE](https://line.me/ko/) 설치<br/>
2. 친구 추가<br/>
* QR code<br/>
<img src="image/QRcode.PNG" width="200" height="200"> <br/>
상단의 QR code를 통해 친구추가를 할 수 있습니다.<br/>
* ID <br/>
아이디를 통해 친구추가를 할 수 있습니다. 아이디는 '@453hriym' 입니다. <br/>
<br/>
3. 정보제공동의<br/>
코로나알리미와의 채팅창에서 정보 제공 동의 진행을 해야합니다. <br/>
### Installation
1. Clone the repository
```
git clone http://khuhub.khu.ac.kr/2015104213/oss_Termproject_chatbot.git
```
2. Install NPM
```
npm install request
npm install express
npm install axios
npm install cheerio
```
3. Enter your information
```
const TOKEN = 'Your Token'
const NAVER_NEWS_ID = 'Your id'
const NAVER_NEWS_SECRET = 'Your secret'
const domain = "Your Domain"
const sslport = Your port;
```
<!-- USAGE EXAMPLES -->
## Usage
* 코로나 알리미에게 사용 방법에 대해 물어보세요. 키워드는 '어떻게'입니다. <br/>
* 국내 현황 <br/>
코로나 알리미에게 COVID-19 국내 현황에 대해 물어보세요. 키워드는 '국내'입니다.<br/>
<br/>
* 관련 뉴스 <br/>
코로나 알리미에게 COVID-19 관련 뉴스에 대해 물어보세요. 키워드는 '뉴스'입니다.<br/>
<br/>
* 확진자 동선 알림 (용인시) <br/>
코로나 알리미가 새로운 확진자의 동선이 사이트에 올라오면 이를 실시간으로 알려줍니다. <br/>
<!-- CONTRIBUTING -->
## Contributing
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
<!-- CONTACT -->
## Contact
Suchang Jang - sudori1024@khu.ac.kr <br/>
Project Link: [http://khuhub.khu.ac.kr/2015104213/oss_Termproject_chatbot.git](http://khuhub.khu.ac.kr/2015104213/oss_Termproject_chatbot.git)
\ No newline at end of file
......