김연우

Update README.md

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