1.0.3 • Published 8 years ago

chan4lk-acronym v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
8 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

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago