chan4lk-acronym
v1.0.3
Published
Transform sentences to acronyms.
Readme
chan4lk-acronym
Generate acronym from sentences.
Installation
npm install chan4lk-acronymUsage
const acronym = require('chan4lk-acronym');
acronym('for your information', (err, resp)=> {
if(err){
console.log(err);
}
console.log(resp); // fyi
});Tests
npm test
License
MIT © Chandima Ranaaweera
