김연우

Update README.md

Showing 1 changed file with 29 additions and 1 deletions
1 +# About the Project
2 +* E-campus를 활용하여 해당 날짜에 완료되지 않은 과제나 일정이 있는 지 알려줍니다.
3 +* 해야할 일이 없다면 챗봇과의 대화를 통해 사용자 맞춤 일정을 추천해줍니다.
4 +* 조건에 맞는 목적지를 지도와 함께 전송합니다.
5 +
1 # Requirements 6 # Requirements
2 7
3 | Name |Version | 8 | Name |Version |
...@@ -23,4 +28,27 @@ and add setting.json at root directory for channel access ...@@ -23,4 +28,27 @@ and add setting.json at root directory for channel access
23 "id": "<ECampus ID>", 28 "id": "<ECampus ID>",
24 "pw": "<ECampus PW>" 29 "pw": "<ECampus PW>"
25 } 30 }
26 -```
...\ No newline at end of file ...\ No newline at end of file
31 +```
32 +# Usage
33 +
34 +# Roadmap
35 +
36 +# Contributing
37 +1. Fork this project
38 +'git fork http://khuhub.khu.ac.kr/2018102202/study-or-enjoy.git'
39 +2. Clone the project
40 +'git clone http://khuhub.khu.ac.kr/{id}/study-or-enjoy.git'
41 +3. Create your own branch
42 +'git checkout -b {new_branch}
43 +4. Commit your changes
44 +'git commit -m "update new feature'
45 +5. Push it to the Branch
46 +'git push origin {new_branch}'
47 +6. Create pull request
48 +
49 +# License
50 +
51 +# Contact
52 +- **신원형**(2018102202) :
53 +- **최유정**(2019102235) :
54 +- **김연우**(2021105581) : yeonwx@khu.ac.kr
...\ No newline at end of file ...\ No newline at end of file
......