이 프로젝트는 개발자 채용정보를 알려주는 챗봇입니다. 현재 채용정보는 [네이버 채용](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) 에서 데이터를 가져와서 저장하고, 챗봇의 형태로 회사, 직군태그, 모집명을 통해 조회할 수 있습니다.
...
...
@@ -61,7 +40,7 @@
- 채팅 앱
-[라인](https://line.me/ko/)
### Built With
### 사용한 프레임워크
*[express](https://getbootstrap.com)
...
...
@@ -69,110 +48,144 @@
<!-- GETTING STARTED -->
## Getting Started
## <center>시작하기 전에</center>
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.
--------------------
### Prerequisites
### 설치 전에
* npm
```sh
npm install
```
npm install npm@latest -g
```
### Installation
### 설치
1.Get a free API Key at [Line Developers](https://developers.line.biz/en/)
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**.
## <center>프로젝트에 기여하는 방법</center>
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
-------------------
1. 프로젝트를 Fork 합니다.
2. 사용할 Feature Bracnh를 생성합니다.(`git checkout -b feature/AmazingFeature`)
3. 변경사항을 Commit 합니다. (`git commit -m 'Add some AmazingFeature'`)