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>
<divmarkdown="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>
<divmarkdown="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)
"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
<details>
<summary>작성중. . .</summary>
<divmarkdown="1">
![](./usage_example.mp4)
1. For run program, click `Run`-`StartDebugging`.
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#~).
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>
<divmarkdown="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>
<divmarkdown="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>
<divmarkdown="1">
Distributed under the MIT License. See `LICENSE` for more information.