/Translate_App

Utilized GoogleTranslate API & GoogleImage API

Primary LanguageJavaScript

Translate_App

App translate input word/text to randomly languages & shows how same input could be changed after number of rounds randomly translating it.

Utilized GoogleTranslate API from Rapid API & GoogleImage API with custom search ID.

DEVELOPMENT

To get a local copy of the code, clone it using git:

{
"https://github.com/olenadanykh/Translate_App.git"
}

Install dependencies:

{
"npm install"
}

Finally, you need to start a local web server. Run:

{
"npm start"
}

Get Your Rapid API key & change AppConfig.js file with your Information.

1.Follow the link(https://rapidapi.com/datascraper/api/google-translate20). 2.Subscribe to get your API key.

How to get an Google Image API and your custom ID:

I found this link so helpful(https://stackoverflow.com/questions/34035422/google-image-search-says-api-no-longer-available)