Socket
Socket
Sign inDemoInstall

hubot-mace-translate

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hubot-mace-translate

Allows Hubot to translate things using the Yandex Translation API


Version published
Weekly downloads
9
Maintainers
1
Install size
7.70 kB
Created
Weekly downloads
 

Readme

Source

hubot-mace-translate

This is a spinoff of 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-mace-translate --save

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

[
  "hubot-mace-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

FAQs

Last updated on 27 Apr 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc