최현준

asd

1 +hereby disclaims all copyright interest in the program “ChatBot” (which helps communication in LINE messanger) written by Hyeonjun Choi.
2 +
3 +signature of Hyeonjun Choi 14 June 2020
4 +Hyeonjun Choi, Student of GyeonHee University
5 +
1 GNU GENERAL PUBLIC LICENSE 6 GNU GENERAL PUBLIC LICENSE
2 Version 3, 29 June 2007 7 Version 3, 29 June 2007
3 8
......
...@@ -55,8 +55,6 @@ ...@@ -55,8 +55,6 @@
55 * [About the Project](#about-the-project) 55 * [About the Project](#about-the-project)
56 * [Built With](#built-with) 56 * [Built With](#built-with)
57 * [Getting Started](#getting-started) 57 * [Getting Started](#getting-started)
58 - * [Prerequisites](#prerequisites)
59 - * [Installation](#installation)
60 * [Usage](#usage) 58 * [Usage](#usage)
61 * [Roadmap](#roadmap) 59 * [Roadmap](#roadmap)
62 * [Contributing](#contributing) 60 * [Contributing](#contributing)
...@@ -89,56 +87,41 @@ A list of commonly used resources that I find helpful are listed in the acknowle ...@@ -89,56 +87,41 @@ A list of commonly used resources that I find helpful are listed in the acknowle
89 87
90 <!-- GETTING STARTED --> 88 <!-- GETTING STARTED -->
91 ## Getting Started 89 ## Getting Started
92 -[![Product Name Screen Shot][product-screenshot]](https://example.com)<br/> 90 +[![Product Name Screen Shot][product-screenshot]]<br/>
93 -This is an example of how you may give instructions on setting up your project locally. 91 +1. 친구추가
94 -To get a local copy up and running follow these simple example steps. 92 +1.1. 라인에 접속하여 위의 QR 코드로 ChatBot을 친구추가 합니다.
95 - 93 +1.2. 라인에 접속하여 '@974znasv'를 ID로 검색하여, ChatBot을 친구추가 합니다.
96 -### Prerequisites
97 -
98 -This is an example of how to list things you need to use the software and how to install them.
99 -* npm
100 -```sh
101 -npm install npm@latest -g
102 -```
103 -
104 -### Installation
105 -
106 -1. Get a free API Key at [https://example.com](https://example.com)
107 -2. Clone the repo
108 -```sh
109 -git clone https://github.com/your_username_/Project-Name.git
110 -```
111 -3. Install NPM packages
112 -```sh
113 -npm install
114 -```
115 -4. Enter your API in `config.js`
116 -```JS
117 -const API_KEY = 'ENTER YOUR API';
118 -```
119 94
95 +2. 정보제공동의
96 + ChatBot에게 대화를 걸어, 정보 제공 동의를 진행합니다.
120 97
121 98
122 <!-- USAGE EXAMPLES --> 99 <!-- USAGE EXAMPLES -->
123 ## Usage 100 ## Usage
101 +[![Product Name Screen Shot][product-screenshot2]]<br/>
102 +1. 번역기능
103 +1.1. 번역하고 싶은 언어를 채팅합니다. ex) '한국어', '일본어', '프랑스어'
104 +1.2. 채팅을 합니다.
124 105
125 -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. 106 +2. 날씨기능
126 - 107 +1.1. '날씨'를 칩니다.
127 -_For more examples, please refer to the [Documentation](https://example.com)_
128 -
129 108
109 +더 많은 정보를 원하신다면, [파파고Documentation](https://example.com)_, [라인Documentation]](https://example.com)_를 참고해주세요.
130 110
131 <!-- ROADMAP --> 111 <!-- ROADMAP -->
132 ## Roadmap 112 ## Roadmap
133 113
134 -See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a list of proposed features (and known issues). 114 +<!-- See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a list of proposed features (and known issues). -->
115 +[open issues](https://github.com/othneildrew/Best-README-Template/issues)를 참고해주세요.
135 116
136 117
137 118
138 <!-- CONTRIBUTING --> 119 <!-- CONTRIBUTING -->
139 ## Contributing 120 ## Contributing
140 121
141 -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**. 122 +<!-- 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**. -->
123 +기여를 하고 싶으시다면, 아래와 같이 해주세요.
124 +언제든지 환영입니다!
142 125
143 1. Fork the Project 126 1. Fork the Project
144 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) 127 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 ...@@ -197,3 +180,4 @@ Project Link: [https://github.com/your_username/repo_name](https://github.com/yo
197 [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555 180 [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
198 [linkedin-url]: https://linkedin.com/in/othneildrew 181 [linkedin-url]: https://linkedin.com/in/othneildrew
199 [product-screenshot]: images/screenshot.png 182 [product-screenshot]: images/screenshot.png
183 +[product-screenshot2]: images/screenshot2.png
......