Skip to content

neiderruiz/translate-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translate js package

install package

npm i @neiderruiz/translate-js

how to use it?

import { translate } form '@neiderruiz/translate-js'

// parameters in a object
translate("hola mundo","es", "en").then(response => {
    // if there is an error it returns false
    if(response){
        console.log(response) // Hello World
    }
})

About

translate text usign javascript api free

Resources

Stars

Watchers

Forks

Packages

No packages published