1.0.3 • Published 9 years ago

hubot-yandex-translate v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

hubot-yandex-translate

Allows Hubot to translate things using the Yandex Translation API

See src/yandex-translate.js for full documentation.

Installation

In hubot project repo, run:

npm install hubot-yandex-translate --save

Then add hubot-yandex-translate to your external-scripts.json:

[
  "hubot-yandex-translate"
]

Setup

Get a Yandex API key. Add it to your environment.

heroku config:add YANDEX_TRANSLATE_API_KEY=$KEY

Command

  • hubot translate <message>
  • hubot traducir <message>
  • hubot traduce <message>
  • hubot tr <message>
  • hubot t <message>
  • hubot translate [from-to] <message>

License

MIT

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago