최현준

asd

hereby disclaims all copyright interest in the program “ChatBot” (which helps communication in LINE messanger) written by Hyeonjun Choi.
signature of Hyeonjun Choi 14 June 2020
Hyeonjun Choi, Student of GyeonHee University
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
......
......@@ -55,8 +55,6 @@
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Usage](#usage)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
......@@ -89,56 +87,41 @@ A list of commonly used resources that I find helpful are listed in the acknowle
<!-- GETTING STARTED -->
## Getting Started
[![Product Name Screen Shot][product-screenshot]](https://example.com)<br/>
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
This is an example of how to list things you need to use the software and how to install them.
* npm
```sh
npm install npm@latest -g
```
### Installation
1. Get a free API Key at [https://example.com](https://example.com)
2. Clone the repo
```sh
git clone https://github.com/your_username_/Project-Name.git
```
3. Install NPM packages
```sh
npm install
```
4. Enter your API in `config.js`
```JS
const API_KEY = 'ENTER YOUR API';
```
[![Product Name Screen Shot][product-screenshot]]<br/>
1. 친구추가
1.1. 라인에 접속하여 위의 QR 코드로 ChatBot을 친구추가 합니다.
1.2. 라인에 접속하여 '@974znasv'를 ID로 검색하여, ChatBot을 친구추가 합니다.
2. 정보제공동의
ChatBot에게 대화를 걸어, 정보 제공 동의를 진행합니다.
<!-- USAGE EXAMPLES -->
## Usage
[![Product Name Screen Shot][product-screenshot2]]<br/>
1. 번역기능
1.1. 번역하고 싶은 언어를 채팅합니다. ex) '한국어', '일본어', '프랑스어'
1.2. 채팅을 합니다.
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
_For more examples, please refer to the [Documentation](https://example.com)_
2. 날씨기능
1.1. '날씨'를 칩니다.
더 많은 정보를 원하신다면, [파파고Documentation](https://example.com)_, [라인Documentation]](https://example.com)_를 참고해주세요.
<!-- ROADMAP -->
## Roadmap
See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a list of proposed features (and known issues).
<!-- See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a list of proposed features (and known issues). -->
[open issues](https://github.com/othneildrew/Best-README-Template/issues)를 참고해주세요.
<!-- CONTRIBUTING -->
## 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**.
<!-- 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`)
......@@ -197,3 +180,4 @@ Project Link: [https://github.com/your_username/repo_name](https://github.com/yo
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/othneildrew
[product-screenshot]: images/screenshot.png
[product-screenshot2]: images/screenshot2.png
......