Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pplgin/fy
免费Google 翻译
https://github.com/pplgin/fy
google-translate nodejs translate
Last synced: 14 days ago
JSON representation
免费Google 翻译
- Host: GitHub
- URL: https://github.com/pplgin/fy
- Owner: pplgin
- License: mit
- Created: 2019-02-11T08:03:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T05:55:39.000Z (almost 6 years ago)
- Last Synced: 2024-12-16T04:38:46.054Z (about 2 months 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
```