wikitranslate-api

0.0.1 • Public • Published

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"
    ]
}

/wikitranslate-api/

    Package Sidebar

    Install

    npm i wikitranslate-api

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • as0n