도기보기 서비스 개발 참여
Capstone design 2 기업체 과제 진행(with (주)펫페오톡).
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
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 steps.
Prerequisites
작성중. . .
- npm
npm install -s
</div>
Installation
작성중. . .
- Get a free API Key at LINE Bot API, PaPago 번역 API, Google Vision API
- Clone the repo
git clone http://khuhub.khu.ac.kr/2013104119/LTD
- Install NPM packages
npm install -s
- Enter your API in
config.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>
Usage
작성중. . .
- For run program, click
Run
-StartDebugging
. - After https server opened with console log
[HTTPS] Server is started on port 23023
, Add line bot using QRcode. -
Send English, Korean text or Image containing text(en, ko) to
OSS
line bot, and Check the response text fromOSS
line bot.
Roadmap
이게뭔지모름. . .
See the open issues for a list of proposed features (and known issues).
</div>
Contributing
작성중. . .
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
아직모름. . .
Distributed under the MIT License. See
LICENSE
for more information.
Contact
Email - 2013104119@khu.ac.kr
Project Link: http://khuhub.khu.ac.kr/2020-2-capstone-design2/2013104119