Server google-translate-api
A simple server using a free and unlimited API for Google Translate.
Install NodeJS if you don't have it yet.
# Clone this repository
$ git clone [email protected]:brenopolanski/server-google-translate-api.git
$ cd server-google-translate-api
# install dependencies
$ yarn (or npm i)
# run the server
$ yarn start (or npm start)
Use the button below to instantly setup your own Server google-translate-api instance on WeDeploy.
-
Download the CLI:
curl https://cdn.wedeploy.com/cli/latest/wedeploy.sh -sL | bash
-
Deploy Instantly:
we deploy
-
Notice that this command will create a random name for your project. If you want to specify a new name or choose an existing project, you just need to run:
we deploy -p myproject
See the documentation: https://wedeploy.com/docs/deploy/getting-started/
-
[POST]
/translate
-
header:
{ "Content-Type": "application/json" }
-
body:
{ "text": "I speak English", "from": "en", to: "pt" }
-
If you want to help, please read the Contributing guide.
For detailed changelog, see Releases.
MIT License © Breno Polanski