node-abbrev

Get unique abbreviations for a set of strings - Node.js module
  https://github.com/isaacs/abbrev-js
  0
  no reviews



Given a set of strings, this module computes a list of distinct abbreviations. This is handy for command-line scripts, or other cases where one wants to be able to accept shorthands.

Node.js is an event-based server-side JavaScript engine.