Name Last Update
functions Loading commit data...
.gitignore Loading commit data...
app.js Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
readme.md Loading commit data...

MIT License

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

이 프로젝트는 개발자 채용정보를 알려주는 챗봇입니다. 현재 채용정보는 네이버 채용, 카카오 채용, 프로그래머스 개발자 채용 등 다양한 홈페이지에 분산되어 있습니다. 분산되어 있는 정보를 하나로 묶어서 확인하는 것이 프로젝트의 목표입니다. 채용정보는 네이버 채용, 카카오 채용, 프로그래머스 개발자 채용 에서 데이터를 가져와서 저장하고, 챗봇의 형태로 회사, 직군태그, 모집명을 통해 조회할 수 있습니다.

Built With

Getting Started

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

Installation

  1. Get a free API Key at Line Developers
  2. Clone the repo sh git clone http://khuhub.khu.ac.kr/2017103961/Recruitment_Information_chatbot
  3. Install NPM packages sh npm install
  4. Enter your API in config.js JS const API_KEY = 'ENTER YOUR API';

Usage

추가 예정

Roadmap

추가예정

Contributing

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.

  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

License

Distributed under the MIT License. See LICENSE for more information.

Contact

kimdaeseon@khu.ac.kr

Project Link: http://khuhub.khu.ac.kr/2017103961/Recruitment_Information_chatbot

Acknowledgements