bing-translate

0.0.2 • Public • Published

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', 
    client_secret: 'your_client_secret'
  });
 
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.

Package Sidebar

Install

npm i bing-translate

Weekly Downloads

5

Version

0.0.2

License

MIT

Last publish

Collaborators

  • alexu84