neapolitan-wrapper
v0.0.6
Published
Light weight node package for italian-to-neapolitan translator.
Downloads
6
Maintainers
Readme
Neapolitan-wrapper
The first italian-to-neapolitan translator for Node.js!
Installation
npm i neapolitan-wrapper --save
Usage
const neapolitan = require('neapolitan-wrapper');
neapolitan("Bella a tutti ragazzi, sto usando Node.js per tradurre questa stringa italiana di testo!")
.then(result => {
console.log(result);
})
Credits
Inspired by Lory-git