최현준

README.md 수정

Showing 1 changed file with 16 additions and 9 deletions
......@@ -55,7 +55,7 @@
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Usage](#usage)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
......@@ -97,15 +97,23 @@ A list of commonly used resources that I find helpful are listed in the acknowle
2. 정보제공동의<br/>
ChatBot에게 대화를 걸어, 정보 제공 동의를 진행합니다.<br/>
### Prerequisites
### Installation
Server를 실행시키기 전에, 먼저 해야할 것들입니다.
* npm
1. Clone the repo
```sh
git clone http://khuhub.khu.ac.kr/2017104037/OSS_LINEBOT_kikitank1.git
```
2. Install NPM
```sh
npm install request
npm install express
npm install async
```
3. Enter your info
```sh
const domain = "Your Domain";
const sslport = "Your sslport";
```
<!-- USAGE EXAMPLES -->
## Usage
......@@ -115,9 +123,10 @@ npm install async
1.2. 채팅을 합니다.<br/>
<br/>
2. 날씨기능<br/>
1.1. '날씨'를 칩니다.<br/>
2.1. 알고싶은 지역을 적습니다. ex) '서울', '수원', '밀양'<br/>
2.2. '날씨'를 칩니다.<br/>
더 많은 정보를 원하신다면, [파파고Documentation](https://developers.naver.com/docs/papago/), [라인Documentation](https://developers.line.biz/en/docs/)를 참고해주세요.
더 많은 정보를 원하신다면, [파파고Documentation](https://developers.naver.com/docs/papago/), [라인Documentation](https://developers.line.biz/en/docs/), [기상청openAPI](https://www.data.go.kr/tcs/dss/selectApiDataDetailView.do?publicDataPk=15057682)를 참고해주세요.
<!-- ROADMAP -->
## Roadmap
......@@ -125,14 +134,12 @@ npm install async
<!-- See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a list of proposed features (and known issues). -->
[open issues](http://khuhub.khu.ac.kr/2017104037/OSS_LINEBOT_kikitank1/issues)를 참고해주세요.
<!-- CONTRIBUTING -->
## Contributing
<!-- Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. -->
기여를 하고 싶으시다면, 아래와 같이 해주세요.
언제든지 환영입니다!
<br/>언제든지 환영입니다!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
......