김대선

Add new file

Showing 1 changed file with 202 additions and 0 deletions
1 +<!--
2 +*** Thanks for checking out the Best-README-Template. If you have a suggestion
3 +*** that would make this better, please fork the repo and create a pull request
4 +*** or simply open an issue with the tag "enhancement".
5 +*** Thanks again! Now go create something AMAZING! :D
6 +-->
7 +
8 +
9 +
10 +<!-- PROJECT SHIELDS -->
11 +<!--
12 +*** I'm using markdown "reference style" links for readability.
13 +*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
14 +*** See the bottom of this document for the declaration of the reference variables
15 +*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
16 +*** https://www.markdownguide.org/basic-syntax/#reference-style-links
17 +-->
18 +[![Contributors][contributors-shield]][contributors-url][![Forks][forks-shield]][forks-url][![Stargazers][stars-shield]][stars-url][![Issues][issues-shield]][issues-url][![MIT License][license-shield]][license-url][![LinkedIn][linkedin-shield]][linkedin-url]
19 +
20 +
21 +
22 +<!-- PROJECT LOGO -->
23 +<br />
24 +
25 +<p align="center">
26 + <a href="https://github.com/othneildrew/Best-README-Template">
27 + <img src="images/logo.png" alt="Logo" width="80" height="80">
28 + </a>
29 +
30 + <h3 align="center">Best-README-Template</h3>
31 +
32 + <p align="center">
33 + An awesome README template to jumpstart your projects!
34 + <br />
35 + <a href="https://github.com/othneildrew/Best-README-Template"><strong>Explore the docs »</strong></a>
36 + <br />
37 + <br />
38 + <a href="https://github.com/othneildrew/Best-README-Template">View Demo</a>
39 + ·
40 + <a href="https://github.com/othneildrew/Best-README-Template/issues">Report Bug</a>
41 + ·
42 + <a href="https://github.com/othneildrew/Best-README-Template/issues">Request Feature</a>
43 + </p>
44 +</p>
45 +
46 +
47 +
48 +<!-- TABLE OF CONTENTS -->
49 +<details open="open">
50 + <summary>Table of Contents</summary>
51 + <ol>
52 + <li>
53 + <a href="#about-the-project">About The Project</a>
54 + <ul>
55 + <li><a href="#built-with">Built With</a></li>
56 + </ul>
57 + </li>
58 + <li>
59 + <a href="#getting-started">Getting Started</a>
60 + <ul>
61 + <li><a href="#prerequisites">Prerequisites</a></li>
62 + <li><a href="#installation">Installation</a></li>
63 + </ul>
64 + </li>
65 + <li><a href="#usage">Usage</a></li>
66 + <li><a href="#roadmap">Roadmap</a></li>
67 + <li><a href="#contributing">Contributing</a></li>
68 + <li><a href="#license">License</a></li>
69 + <li><a href="#contact">Contact</a></li>
70 + <li><a href="#acknowledgements">Acknowledgements</a></li>
71 + </ol>
72 +</details>
73 +
74 +
75 +
76 +<!-- ABOUT THE PROJECT -->
77 +## About The Project
78 +
79 +이 프로젝트는 개발자 채용정보를 알려주는 챗봇입니다. 현재 채용정보는 [네이버 채용](https://recruit.navercorp.com/naver/job/list/developer), [카카오 채용](https://careers.kakao.com/jobs), [프로그래머스 개발자 채용](https://programmers.co.kr/job) 등 다양한 홈페이지에 분산되어 있습니다. 분산되어 있는 정보를 하나로 묶어서 확인하는 것이 프로젝트의 목표입니다. 채용정보는 [네이버 채용](https://recruit.navercorp.com/naver/job/list/developer), [카카오 채용](https://careers.kakao.com/jobs), [프로그래머스 개발자 채용](https://programmers.co.kr/job) 에서 데이터를 가져와서 저장하고, 챗봇의 형태로 회사, 직군태그, 모집명을 통해 조회할 수 있습니다.
80 +
81 +- 데이터 소스
82 + - [네이버 채용](https://recruit.navercorp.com/naver/job/list/developer)
83 + - [카카오 채용](https://careers.kakao.com/jobs)
84 + - [프로그래머스 개발자 채용](https://programmers.co.kr/job)
85 +- 채팅 앱
86 + - [라인](https://line.me/ko/)
87 +
88 +### Built With
89 +
90 +* [express](https://getbootstrap.com)
91 +
92 +
93 +
94 +<!-- GETTING STARTED -->
95 +
96 +## Getting Started
97 +
98 +This is an example of how you may give instructions on setting up your project locally.
99 +To get a local copy up and running follow these simple example steps.
100 +
101 +### Prerequisites
102 +
103 +* npm
104 + ```sh
105 + npm install
106 + ```
107 +
108 +### Installation
109 +
110 +1. Get a free API Key at [Line Developers](https://developers.line.biz/en/)
111 +2. Clone the repo
112 + ```sh
113 + git clone http://khuhub.khu.ac.kr/2017103961/Recruitment_Information_chatbot
114 + ```
115 +3. Install NPM packages
116 + ```sh
117 + npm install
118 + ```
119 +4. Enter your API in `config.js`
120 + ```JS
121 + const API_KEY = 'ENTER YOUR API';
122 + ```
123 +
124 +
125 +
126 +<!-- USAGE EXAMPLES -->
127 +## Usage
128 +
129 +추가 예정
130 +
131 +
132 +
133 +<!-- ROADMAP -->
134 +## Roadmap
135 +
136 +추가예정
137 +
138 +
139 +
140 +<!-- CONTRIBUTING -->
141 +## Contributing
142 +
143 +Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
144 +
145 +1. Fork the Project
146 +2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
147 +3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
148 +4. Push to the Branch (`git push origin feature/AmazingFeature`)
149 +5. Open a Pull Request
150 +
151 +
152 +
153 +<!-- LICENSE -->
154 +## License
155 +
156 +Distributed under the MIT License. See `LICENSE` for more information.
157 +
158 +
159 +
160 +<!-- CONTACT -->
161 +## Contact
162 +
163 +kimdaeseon@khu.ac.kr
164 +
165 +Project Link: [http://khuhub.khu.ac.kr/2017103961/Recruitment_Information_chatbot](http://khuhub.khu.ac.kr/2017103961/Recruitment_Information_chatbot)
166 +
167 +
168 +
169 +<!-- ACKNOWLEDGEMENTS -->
170 +
171 +## Acknowledgements
172 +* [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet)
173 +* [Img Shields](https://shields.io)
174 +* [Choose an Open Source License](https://choosealicense.com)
175 +* [GitHub Pages](https://pages.github.com)
176 +* [Animate.css](https://daneden.github.io/animate.css)
177 +* [Loaders.css](https://connoratherton.com/loaders)
178 +* [Slick Carousel](https://kenwheeler.github.io/slick)
179 +* [Smooth Scroll](https://github.com/cferdinandi/smooth-scroll)
180 +* [Sticky Kit](http://leafo.net/sticky-kit)
181 +* [JVectorMap](http://jvectormap.com)
182 +* [Font Awesome](https://fontawesome.com)
183 +
184 +
185 +
186 +
187 +
188 +<!-- MARKDOWN LINKS & IMAGES -->
189 +<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
190 +[contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=for-the-badge
191 +[contributors-url]: https://github.com/othneildrew/Best-README-Template/graphs/contributors
192 +[forks-shield]: https://img.shields.io/github/forks/othneildrew/Best-README-Template.svg?style=for-the-badge
193 +[forks-url]: https://github.com/othneildrew/Best-README-Template/network/members
194 +[stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=for-the-badge
195 +[stars-url]: https://github.com/othneildrew/Best-README-Template/stargazers
196 +[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=for-the-badge
197 +[issues-url]: https://github.com/othneildrew/Best-README-Template/issues
198 +[license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=for-the-badge
199 +[license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt
200 +[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
201 +[linkedin-url]: https://linkedin.com/in/othneildrew
202 +[product-screenshot]: images/screenshot.png
...\ No newline at end of file ...\ No newline at end of file