1.0.0 • Published 4 years ago

shyriiwook v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Shyriiwook

shyriiwook is a JS library to translate human language to Shyriiwook, the native language of the Wookiees.

Based on the original python implementation used in swapi.dev API.

The current implementation is considering also 'null', as well as uppercase characters.

Installation

Install with npm:

npm install --save shyriiwook

Usage

const shyriiwook = require("shyriiwook");

shyriiwook.translate('Hello world!') // => 'Acwoananoo ohoorcanwa!'

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT