0.0.8 • Published 7 years ago

wikitranslate v0.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

WikiTranslate

Circle CI

Ask experts from around the globe to find the exact translation for technical terms. Not only is Wikipedia a great source of knowledge, it's also a great translation tool !

Wiki 1

This package provides a translation module.

Usage

  • Install it: yarn add wikitranslate
  • Require it: let wikiTranslate = require('wikitranslate');
  • Use it:

    wikiTranslate('Permittivité', 'fr', 'en')
    .then((translations) => {
      console.log(translation); // { wikipedia: ['Permittivity'], wiktionary: ['Permittivity'] }
    })
0.0.8

7 years ago

0.0.7

8 years ago

0.0.7-b

8 years ago

0.0.7-a

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago