cristea2017 / Translator-NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Translator-NodeJS

Content :

Built With

Install modules

- Just run command below to install all modules:

npm install

- Dependencies used:

this can somethimes to block ip addres, this is the reason why i use timeout 2000 ms.

@vitalets/google-translate-api

Tutorial

1. set words in words.json file:

{
  "170": "Inflate"   // key : value
}

3. run script

node App/index.js 

----- or you can use nodemon -----

nodemon ./App/index.js

4. get results

check out translations.json file 

A - Automatization

About


Languages

Language:JavaScript 100.0%