This commit is contained in:
Vincent Young 2022-10-20 02:23:16 +08:00
parent 89ea503537
commit 42924b94ee

View File

@ -2,8 +2,8 @@
* @Author: Vincent Young
* @Date: 2022-10-18 07:32:29
* @LastEditors: Vincent Young
* @LastEditTime: 2022-10-20 02:10:43
* @FilePath: /deepl-api/README.md
* @LastEditTime: 2022-10-20 02:22:15
* @FilePath: /DeepLX/README.md
* @Telegram: https://t.me/missuo
*
* Copyright © 2022 by Vincent, All Rights Reserved.
@ -11,6 +11,12 @@
# DeepLX
Permanently free DeepL API written in Golang
## Description
- `deeplx` in only run in port `1199`, later versions will do the specified port.
- `deeplx` is listening to `0.0.0.0:1199` by default.
- `deeplx` is using `DeepL` Free API.
- `deeplx` is unlimited to the number of requests.
## Run on Mac
1. Download the latest release of DeepLX.
```bash