shyriiwook
v1.0.0
Published
A simple JS library to translate human language to Shyriiwook, the native language of the Wookiees.
Downloads
2
Maintainers
Readme
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.