context-link

📖 link contextual based text entries

Build Status Dependency Status devDependency Status Coverage Status npm npm

Installation

npm install --save context-link

Usage

var context = new ContextLink([
  'hello world',
  'hello saturn',
  'hello pluto'
]);
var found = context.find('hello');

UMD bundle located in ./dist