조혁균

edit readme for project

Showing 1 changed file with 184 additions and 1 deletions
1 -### 2020-2-capstone-design2 조혁균
...\ No newline at end of file ...\ No newline at end of file
1 +<!-- PROJECT SHIELDS -->
2 +<!-- [![Contributors][contributors-shield]][contributors-url] -->
3 +<!-- [![Forks][forks-shield]][forks-url] -->
4 +<!-- [![Issues][issues-shield]][issues-url] -->
5 +<!-- [![LinkedIn][linkedin-shield]][linkedin-url] -->
6 +
7 +
8 +
9 +<!-- PROJECT LOGO -->
10 +<br/>
11 +<p align="center">
12 + <a href="http://khuhub.khu.ac.kr/2020-2-capstone-design2/2013104119">
13 + <img src="https://notion-emojis.s3-us-west-2.amazonaws.com/v0/svg-twitter/1f436.svg" alt="Logo" width="80" height="80">
14 + </a>
15 +
16 + <h3 align="center">도기보기 서비스 개발 참여</h3>
17 +
18 + <p align="center">
19 + Capstone design 2 기업체 과제 진행(with (주)펫페오톡).
20 + <br />
21 + <a href="http://khuhub.khu.ac.kr/2020-2-capstone-design2/2013104119"><strong>Explore the docs »</strong></a>
22 + <br />
23 + <br />
24 + <a href="http://khuhub.khu.ac.kr/2020-2-capstone-design2/2013104119">View Demo</a>
25 + ·
26 + <a href="http://khuhub.khu.ac.kr/2020-2-capstone-design2/2013104119/issues">Report Bug</a>
27 + ·
28 + <a href="http://khuhub.khu.ac.kr/2020-2-capstone-design2/2013104119/issues">Request Feature</a>
29 + </p>
30 +</p>
31 +
32 +<!-- TABLE OF CONTENTS -->
33 +## Table of Contents
34 +* [About the Project](#about-the-project)
35 + * [Built With](#built-with)
36 +* [Getting Started](#getting-started)
37 + * [Prerequisites](#prerequisites)
38 + * [Installation](#installation)
39 +* [Usage](#usage)
40 +* [Roadmap](#roadmap)
41 +* [Contributing](#contributing)
42 +* [License](#license)
43 +* [Contact](#contact)
44 +
45 +
46 +
47 +<!-- ABOUT THE PROJECT -->
48 +## About The Project
49 +<!-- [![Product Name Screen Shot][product-screenshot]](http://khuhub.khu.ac.kr/2020-2-capstone-design2/2013104119) -->
50 +주식회사 펫페오톡에서 제공하는 도기보기 서비스 개발 과제에 참여하는 프로젝트입니다.
51 +<br/><br/>
52 +[![도기보기 랜딩페이지](https://dogibogi.co.kr/img/logo-text.png)](https://dogibogi.co.kr/)<br/>
53 +
54 +### Built With
55 +
56 +* [Vue.js](https://vuejs.org/)
57 +* [Amazon S3](https://aws.amazon.com/ko/s3/)
58 +
59 +
60 +<!-- GETTING STARTED -->
61 +## Getting Started
62 +This is an example of how you may give instructions on setting up your project locally.
63 +To get a local copy up and running follow these simple steps.
64 +
65 +### Prerequisites
66 +
67 +<details>
68 + <summary>작성중. . .</summary>
69 + <div markdown="1">
70 +<!-- This is an example of how to list things you need to use the software and how to install them. -->
71 +* npm
72 +
73 +```bash
74 +npm install -s
75 +```
76 +
77 + </div>
78 +</details>
79 +
80 +### Installation
81 +
82 +<details>
83 + <summary>작성중. . .</summary>
84 + <div markdown="1">
85 +1. Get a free API Key at [LINE Bot API](https://developers.line.biz/en/docs), [PaPago 번역 API](https://developers.naver.com/products/nmt), [Google Vision API](https://cloud.google.com/vision/docs)
86 +2. Clone the repo
87 +
88 +```bash
89 +git clone http://khuhub.khu.ac.kr/2013104119/LTD
90 +```
91 +
92 +3. Install NPM packages
93 +
94 +```bash
95 +npm install -s
96 +```
97 +
98 +4. Enter your API in `config.json`
99 +
100 +```json
101 +{
102 + "translate_api": "https://openapi.naver.com/v1/papago/n2mt",
103 + "languagedetect_api": "https://openapi.naver.com/v1/papago/detectLangs",
104 + "naver_client_id": "ENTER YOUR NAVER APPLICATION CLIENT ID",
105 + "naver_secret": "ENTER YOUR NAVER APPLICATION CLIENT SECRET",
106 + "domain": "ENTER YOUR DOMAIN",
107 + "sslport": "ENTER YOUR SSL PORT",
108 + "line_channelAccessToken": "ENTER YOUR LINE BOT ACCESS TOCKEN",
109 + "line_channelSecret": "ENTER YOUR LINE BOT SECRET"
110 +}
111 +```
112 +
113 + </div>
114 +</details>
115 +
116 +<!-- USAGE EXAMPLES -->
117 +## Usage
118 +
119 +<details>
120 + <summary>작성중. . .</summary>
121 + <div markdown="1">
122 +![](./usage_example.mp4)
123 +
124 +
125 +1. For run program, click `Run`-`StartDebugging`.
126 +2. After https server opened with console log `[HTTPS] Server is started on port 23023`, Add line bot using [QRcode](https://line.me/R/ti/p/%40393smdwr#~).
127 +3. Send English, Korean text or Image containing text(en, ko) to `OSS` line bot, and Check the response text from `OSS` line bot.
128 +
129 + </div>
130 +</details>
131 +
132 +<!-- ROADMAP -->
133 +## Roadmap
134 +
135 +<details>
136 + <summary>이게뭔지모름. . .</summary>
137 + <div markdown="1">
138 +See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a list of proposed features (and known issues).
139 +
140 + </div>
141 +</details>
142 +
143 +<!-- CONTRIBUTING -->
144 +## Contributing
145 +
146 +<details>
147 + <summary>작성중. . .</summary>
148 + <div markdown="1">
149 +1. Fork the Project
150 +2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
151 +3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
152 +4. Push to the Branch (`git push origin feature/AmazingFeature`)
153 +5. Open a Pull Request
154 + </div>
155 +</details>
156 +
157 +<!-- LICENSE -->
158 +## License
159 +
160 +<details>
161 + <summary>아직모름. . .</summary>
162 + <div markdown="1">
163 +Distributed under the MIT License. See `LICENSE` for more information.
164 + </div>
165 +</details>
166 +
167 +<!-- CONTACT -->
168 +## Contact
169 +Email - <2013104119@khu.ac.kr>
170 +
171 +Project Link: [http://khuhub.khu.ac.kr/2020-2-capstone-design2/2013104119](http://khuhub.khu.ac.kr/2020-2-capstone-design2/2013104119)
172 +
173 +
174 +
175 +<!-- MARKDOWN LINKS & IMAGES -->
176 +[contributors-shield]: https://img.shields.io/badge/contributors-1-brightgreen?style=flat-square
177 +[contributors-url]: https://khuhub.khu.ac.kr/2013104119/LTD/graphs/master
178 +[forks-shield]: https://img.shields.io/badge/forks-0-blue?style=flat-square
179 +[forks-url]: http://khuhub.khu.ac.kr/2013104119/LTD/forks
180 +[issues-shield]: https://img.shields.io/badge/issues-1%20open-brightgreen?style=flat-square
181 +[issues-url]: https://github.com/othneildrew/Best-README-Template/issues
182 +[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
183 +[linkedin-url]: https://linkedin.com/in/%ED%98%81%EA%B7%A0-%EC%A1%B0-44a44a199/
184 +[product-screenshot]: https://notion-emojis.s3-us-west-2.amazonaws.com/v0/svg-twitter/1f436.svg
...\ No newline at end of file ...\ No newline at end of file
......