Skip to content

prabalp/ibmWatson_nodeTranslator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language Translator

A language translator made using IBM-WATSON language translator api

Demo: https://translator-node-deploy.herokuapp.com/

Setting up the API key

Go to the IBM watson website and sign up for the translator api. After selecting the translator service you need to download the api key.

Installation

Clone this repo

    git clone https://github.com/prabalp/ibmWatson_nodeTranslator.git
    cd ibmWatson_nodeTranslator

Install all npm packages

    npm i

Create a .env file in the root directory and setup the enviromental variables

    LANGUAGE_TRANSLATOR_URL= url from ibm account
    LANGUAGE_TRANSLATOR_IAM_APIKEY=key from ibm account

About

A language translator made using IBM-WATSON language translator api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published