조혁균

readme.md 수정

Showing 1 changed file with 10 additions and 118 deletions
<!-- PROJECT SHIELDS -->
<!-- [![Contributors][contributors-shield]][contributors-url] -->
<!-- [![Forks][forks-shield]][forks-url] -->
<!-- [![Issues][issues-shield]][issues-url] -->
<!-- [![LinkedIn][linkedin-shield]][linkedin-url] -->
......@@ -8,14 +7,12 @@
<!-- PROJECT LOGO -->
<br/>
<p align="center">
<div style="margin-top: 1rem; text-align: center;">
<a href="http://khuhub.khu.ac.kr/2020-2-capstone-design2/2013104119">
<img src="https://notion-emojis.s3-us-west-2.amazonaws.com/v0/svg-twitter/1f436.svg" alt="Logo" width="80" height="80">
</a>
<h3 align="center">도기보기 서비스 개발 참여</h3>
<p align="center">
<h3>도기보기 서비스 개발 참여</h3>
<p>
Capstone design 2 기업체 과제 진행(with (주)펫페오톡).
<br />
<a href="http://khuhub.khu.ac.kr/2020-2-capstone-design2/2013104119"><strong>Explore the docs »</strong></a>
......@@ -27,19 +24,13 @@
·
<a href="http://khuhub.khu.ac.kr/2020-2-capstone-design2/2013104119/issues">Request Feature</a>
</p>
</p>
</div>
<!-- TABLE OF CONTENTS -->
## Table of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Usage](#usage)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
* [License](#license)
<!-- * [Usage](#usage) -->
* [Contact](#contact)
......@@ -49,72 +40,16 @@
<!-- [![Product Name Screen Shot][product-screenshot]](http://khuhub.khu.ac.kr/2020-2-capstone-design2/2013104119) -->
주식회사 펫페오톡에서 제공하는 도기보기 서비스 개발 과제에 참여하는 프로젝트입니다.
<br/><br/>
[![도기보기 랜딩페이지](https://dogibogi.co.kr/img/logo-text.png)](https://dogibogi.co.kr/)<br/>
[![도기보기](https://dogibogi.co.kr/img/logo-text.png)](https://dogibogi.co.kr/)
[도기보기 서비스 소개](https://dogibogi.co.kr/)<br/>
### Built With
* [Vue.js](https://vuejs.org/)
* [Amazon S3](https://aws.amazon.com/ko/s3/)
<!-- GETTING STARTED -->
## 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 steps.
### Prerequisites
<details>
<summary>작성중. . .</summary>
<div markdown="1">
<!-- This is an example of how to list things you need to use the software and how to install them. -->
* npm
```bash
npm install -s
```
</div>
</details>
### Installation
<details>
<summary>작성중. . .</summary>
<div markdown="1">
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)
2. Clone the repo
```bash
git clone http://khuhub.khu.ac.kr/2013104119/LTD
```
3. Install NPM packages
```bash
npm install -s
```
4. Enter your API in `config.json`
```json
{
"translate_api": "https://openapi.naver.com/v1/papago/n2mt",
"languagedetect_api": "https://openapi.naver.com/v1/papago/detectLangs",
"naver_client_id": "ENTER YOUR NAVER APPLICATION CLIENT ID",
"naver_secret": "ENTER YOUR NAVER APPLICATION CLIENT SECRET",
"domain": "ENTER YOUR DOMAIN",
"sslport": "ENTER YOUR SSL PORT",
"line_channelAccessToken": "ENTER YOUR LINE BOT ACCESS TOCKEN",
"line_channelSecret": "ENTER YOUR LINE BOT SECRET"
}
```
</div>
</details>
<!-- USAGE EXAMPLES -->
## Usage
<!-- ## Usage
<details>
<summary>작성중. . .</summary>
......@@ -127,42 +62,7 @@ npm install -s
3. Send English, Korean text or Image containing text(en, ko) to `OSS` line bot, and Check the response text from `OSS` line bot.
</div>
</details>
<!-- ROADMAP -->
## Roadmap
<details>
<summary>이게뭔지모름. . .</summary>
<div markdown="1">
See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a list of proposed features (and known issues).
</div>
</details>
<!-- CONTRIBUTING -->
## Contributing
<details>
<summary>작성중. . .</summary>
<div markdown="1">
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
</div>
</details>
<!-- LICENSE -->
## License
<details>
<summary>아직모름. . .</summary>
<div markdown="1">
Distributed under the MIT License. See `LICENSE` for more information.
</div>
</details>
</details> -->
<!-- CONTACT -->
## Contact
......@@ -173,12 +73,4 @@ Project Link: [http://khuhub.khu.ac.kr/2020-2-capstone-design2/2013104119](http:
<!-- MARKDOWN LINKS & IMAGES -->
[contributors-shield]: https://img.shields.io/badge/contributors-1-brightgreen?style=flat-square
[contributors-url]: https://khuhub.khu.ac.kr/2013104119/LTD/graphs/master
[forks-shield]: https://img.shields.io/badge/forks-0-blue?style=flat-square
[forks-url]: http://khuhub.khu.ac.kr/2013104119/LTD/forks
[issues-shield]: https://img.shields.io/badge/issues-1%20open-brightgreen?style=flat-square
[issues-url]: https://github.com/othneildrew/Best-README-Template/issues
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/%ED%98%81%EA%B7%A0-%EC%A1%B0-44a44a199/
[product-screenshot]: https://notion-emojis.s3-us-west-2.amazonaws.com/v0/svg-twitter/1f436.svg
\ No newline at end of file
......