Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

japanese-translator-interface

darren-lester3MIT1.0.2

A promise-based interface to a translator web service for Japanese translation

japanese, nihongo, translate, translator, translation, promise, web, service

readme

japanese-translator-interface

A promise-based interface to a translator web service for Japanese translation

The web service must be set as the environment variable TRANSLATOR and respond to HTTP GET requests with the following parameters:

  • input - The text to translate
  • source - The language of the input text, or the empty string "" for language auto-detection
  • target - The language to translate to