Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pplgin/fy

免费Google 翻译
https://github.com/pplgin/fy

google-translate nodejs translate

Last synced: 14 days ago
JSON representation

免费Google 翻译

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
```