Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielcsapo/context-link
📖 link contextual based text entries
https://github.com/gabrielcsapo/context-link
context search tree utility
Last synced: 21 days ago
JSON representation
📖 link contextual based text entries
- Host: GitHub
- URL: https://github.com/gabrielcsapo/context-link
- Owner: gabrielcsapo
- License: apache-2.0
- Created: 2017-11-13T05:34:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T07:16:30.000Z (almost 7 years ago)
- Last Synced: 2024-10-13T20:44:45.591Z (25 days ago)
- Topics: context, search, tree, utility
- Language: JavaScript
- Homepage: https://gabrielcsapo.github.io/context-link
- Size: 308 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# context-link
> 📖 link contextual based text entries
[![Build Status](https://travis-ci.org/gabrielcsapo/context-link.svg?branch=master)](https://travis-ci.org/gabrielcsapo/context-link)
[![Dependency Status](https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/context-link/status.svg)](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/context-link)
[![devDependency Status](https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/context-link/dev-status.svg)](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/context-link#info=devDependencies)
[![Coverage Status](https://lcov-server.gabrielcsapo.com/badge/github%2Ecom/gabrielcsapo/context-link.svg)](https://lcov-server.gabrielcsapo.com/coverage/github%2Ecom/gabrielcsapo/context-link)
[![npm](https://img.shields.io/npm/dt/context-link.svg?maxAge=2592000)]()
[![npm](https://img.shields.io/npm/dm/context-link.svg?maxAge=2592000)]()## Installation
```
npm install --save context-link
```## Usage
```javascript
var context = new ContextLink([
'hello world',
'hello saturn',
'hello pluto'
]);
var found = context.find('hello');
```> UMD bundle located in ./dist