김연우

Update README.md

Showing 1 changed file with 22 additions and 26 deletions
......@@ -3,11 +3,21 @@
* 해야할 일이 없다면 챗봇과의 대화를 통해 사용자 맞춤 일정을 추천해줍니다.
* 조건에 맞는 목적지를 지도와 함께 전송합니다.
---
1. [Requirements](#requirements)
2. [Installation](#Installation)
3. [Usage](#Usage)
4. [Roadmap](#Roadmap)
5. [Contributing](#contributing)
6. [License](#license)
7. [Contact](#contact)
---
# Requirements
| Name |Version |
| ------ | ------ |
| firefox | 100.0.2 or 101.0 |
| firefox | 100.0.2 |
| nodejs | 16.15.0 |
| npm | 8.10.0 |
| geckodriver | 0.31.0-linux64 |
......@@ -29,30 +39,15 @@ and add setting.json at root directory for channel access
"pw": "<ECampus PW>"
}
```
## Firefox Installation on AWS EC2
```sh
$ cd /usr/local
$ wget http://ftp.mozilla.org/pub/firefox/releases/101.0/linux-x86_64/en-US/firefox-101.0.tar.bz2
$ tar xvjf firefox-101.0.tar.bz2
sudo ln -s /usr/local/firefox/firefox /usr/bin/firefox
```
Please Note that some amazon image requires to install dependency manually.
```sh
$ sudo yum install libXinerama.x86_64 cups-libs dbus-glib
$ sudo yum install gtk3-devel
```
You can verify that installation is complete via
```sh
$ firefox -v
```
# Usage
#### 일정이 없는 경우
<img src = "http://khuhub.khu.ac.kr/2018102202/study-or-enjoy/uploads/b63693903e41d13ce90107b24de4dd3c/assignment_1_.png" width = "200"> </img>
#### 일정이 있는 경우
<img src ="http://khuhub.khu.ac.kr/2018102202/study-or-enjoy/uploads/81d1c34ed930243a57447507845dfa24/no_assignment_1_.png" width = "200"> </img>
<img src = "http://khuhub.khu.ac.kr/2018102202/study-or-enjoy/uploads/d7641ab6eb260fbec71dbb49b1e998fa/no_assignment_2_.png" width = "200"> </img>
<img src = "http://khuhub.khu.ac.kr/2018102202/study-or-enjoy/uploads/47e22c2d24df7feff81d40acbc08a358/no_assignment_3_.png" width = "200"> </img>
<img src = "http://khuhub.khu.ac.kr/2018102202/study-or-enjoy/uploads/c189594e6e60fc0f6787180daae87182/no_assignment_4_.png" width = "200"> </img>
# Roadmap
- [x] 날씨 정보 받아오기
......@@ -71,14 +66,15 @@ $ firefox -v
5. Push it to the Branch
6. Create pull request
6. Open a pull request
# License
Distributed under the MIT License.
See LICENSE.txt for more information.
See LICENSE for more information.
# Contact
- **신원형**(2018102202) : swh8059@khu.ac.kr
- **최유정**(2019102235) : myyou331@khu.ac.kr
- **김연우**(2021105581) : yeonwx@khu.ac.kr
**Project Link** : http://khuhub.khu.ac.kr/2018102202/study-or-enjoy
......