The google-translate-api module lets us use the Google Translate API in our server-side JavaScript app.

In this article, we’ll look at how to use this package in our Node.js app.

Installation

We can install the package by running:

npm install @vitalets/google-translate-api

#javascript

Using Google Translate API in our Node.js App with Google-translate-api
1.30 GEEK