김연우

Update README.md

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