Socket
Book a DemoInstallSign in
Socket

@neidercode/translate-js

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@neidercode/translate-js

translate text usign javascript api free

unpublished
latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Translate js package

install package

npm i @neidercode/translate-js

how to use it?

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

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

Keywords

translate-js

FAQs

Package last updated on 31 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts