Skip to content

applanga/bing-translate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bing-translate

Bing Translator module for node.js

Installation

$ npm install bing-translate

API

var bt = require('./lib/bing-translate.js').init({
    client_id: 'your_client_id', 
  });

bt.translate('This hotel is located close to the centre of Paris.', 'en', 'ro', function(err, res){
  console.log(err, res);
});

Language List Reference

Please refer to this link for the complete list of the languages supported by BING.

About

Bing Translator module for node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%