0.0.8 • Published 6 years ago

papago-translator v0.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

papago-translator

Papago Translator module for node.js

API

var translator = require('papago-translate.js').init({
    client_id: 'your_client_id', 
    client_secret: 'your_client_secret'  
});

var obj = {
	text: '파파고로 번역을 하고 있습니다.',
	target: 'en',
	source: 'ko'
};
translator.translate(obj, function(err, res) {
  console.log(err, res);
});

Reference

(http://docs.ncloud.com/ko/naveropenapi_v2/naveropenapi-6-3-1.html)

License

MIT
0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.1

6 years ago