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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    91
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    91
  • 0.0.1
    141

Package Sidebar

Install

npm i bing-translate

Weekly Downloads

10

Version

0.0.2

License

MIT

Last publish

Collaborators

  • alexu84