1.0.3 • Published 7 years ago

chan4lk-acronym v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

chan4lk-acronym

Generate acronym from sentences.

Installation

npm install chan4lk-acronym

Usage

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

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago