Showing
1 changed file
with
77 additions
and
0 deletions
README.md
0 → 100644
1 | +# 즐겨찾는 팀을 기반으로 한 축구경기 추천 챗봇 | ||
2 | + | ||
3 | +<!--Table of Contents--> | ||
4 | +## Table of Contents | ||
5 | +1. About the Project | ||
6 | +2. Getting Started (Installation) | ||
7 | +3. Usage | ||
8 | +4. Roadmap | ||
9 | +5. Contributing | ||
10 | +6. License | ||
11 | +7. Contact | ||
12 | + | ||
13 | +<p align="right">(<a href="#top">back to top</a>)</p> | ||
14 | + | ||
15 | +<!--About The Project--> | ||
16 | +## About The Project | ||
17 | +- 본 프로젝트에서는 사용자가 응원하는 축구팀을 즐겨찾기로 추가하여 챗봇과의 대화를 통해 축구경기에 대한 정보를 얻을 수 있게 서비스를 제공합니다. | ||
18 | + | ||
19 | +### Built With | ||
20 | +- [Node.js](https://nodejs.org/ko/) | ||
21 | + | ||
22 | +<p align="right">(<a href="#top">back to top</a>)</p> | ||
23 | + | ||
24 | +<!--Getting Started (Installation)--> | ||
25 | +## Getting Started | ||
26 | + | ||
27 | +### Prerequisites | ||
28 | +- npm | ||
29 | +``` | ||
30 | +npm install | ||
31 | +``` | ||
32 | + | ||
33 | +### Installation | ||
34 | +- Messaging API | ||
35 | +1. Get a free API Key at <https://developers.line.biz/en/services/messaging-api/> | ||
36 | +2. Clone the repo | ||
37 | +``` | ||
38 | +git clone http://khuhub.khu.ac.kr/2018102191/enjoy_soccer.git | ||
39 | +``` | ||
40 | +3.Install NPM packages | ||
41 | +``` | ||
42 | +npm install | ||
43 | +``` | ||
44 | +<p align="right">(<a href="#top">back to top</a>)</p> | ||
45 | + | ||
46 | +<!--Usage--> | ||
47 | +## Usage | ||
48 | +<p align="right">(<a href="#top">back to top</a>)</p> | ||
49 | + | ||
50 | +<!--Roadmap--> | ||
51 | +## Roadmap | ||
52 | + | ||
53 | +<p align="right">(<a href="#top">back to top</a>)</p> | ||
54 | + | ||
55 | +<!--Contributing--> | ||
56 | +## Contributing | ||
57 | +1. Fork the Project | ||
58 | +2. Create your Feature Branch (git checkout -b feature/AmazingFeature) | ||
59 | +3. Commit your Changes (git commit -m 'Add some AmazingFeature') | ||
60 | +4. Push to the Branch (git push origin feature/AmazingFeature) | ||
61 | +5. Open a Pull Request | ||
62 | + | ||
63 | +<p align="right">(<a href="#top">back to top</a>)</p> | ||
64 | + | ||
65 | +<!--License--> | ||
66 | +## License | ||
67 | + | ||
68 | +<p align="right">(<a href="#top">back to top</a>)</p> | ||
69 | + | ||
70 | +<!--Contact--> | ||
71 | +## Contact | ||
72 | +- 박찬수 : suplife0@khu.ac.kr | ||
73 | +- 백지원 : wldnjsl2001@khu.ac.kr | ||
74 | +- 차가민 : gmcha0323@khu.ac.kr | ||
75 | +- Project Link : http://khuhub.khu.ac.kr/2018102191/enjoy_soccer | ||
76 | + | ||
77 | +<p align="right">(<a href="#top">back to top</a>)</p> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment