0.0.6 • Published 3 years ago

neapolitan-wrapper v0.0.6

Weekly downloads
168
License
MIT
Repository
github
Last release
3 years ago

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