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.
To get a local copy of the code, clone it using git:
{
"https://github.com/olenadanykh/Translate_App.git"
}
{
"npm install"
}
Finally, you need to start a local web server. Run:
{
"npm start"
}
1.Follow the link(https://rapidapi.com/datascraper/api/google-translate20). 2.Subscribe to get your API key.
I found this link so helpful(https://stackoverflow.com/questions/34035422/google-image-search-says-api-no-longer-available)