https://github.com/pplgin/fy
免费Google 翻译
https://github.com/pplgin/fy
google-translate nodejs translate
Last synced: 2 months ago
JSON representation
免费Google 翻译
- Host: GitHub
- URL: https://github.com/pplgin/fy
- Owner: pplgin
- License: mit
- Created: 2019-02-11T08:03:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T05:55:39.000Z (over 7 years ago)
- Last Synced: 2025-02-17T03:17:00.988Z (over 1 year ago)
- Topics: google-translate, nodejs, translate
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 免费Google翻译
使用方式:
```
npm install @pplgin/pplgin-fy
```
由于需要GFW... 配置代理如下:
```json
修改 package.json
...
"proxy": {
"host": "127.0.0.1",
"port": "1087"
}
...
```
最后执行
```javascript
npm link
```