0.0.1 • Published 8 years ago

wikitranslate-api v0.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
8 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 is an api to answer translation requests.

Usage

The API is available on heroku : https://wiki-translate.herokuapp.com/api

Usage is fairly simple:

GET /:fromLang/:toLang/:search

returns the associated translation.

Example:

GET /fr/en/Permittivité

Will return

HTTP/1.1 200 OK
[...]

{
    "wikipedia": [
        "Permittivity"
    ],
    "wiktionary": [
        "permittivity"
    ]
}
0.0.1

8 years ago

0.0.1-e

8 years ago

0.0.1-d

8 years ago

0.0.1-c

8 years ago

0.0.1-b

8 years ago

0.0.1-a

8 years ago