UNPKG

keyword-search

Version:

Determine whether a given query string contains keywords in a given item string, with a specified margin for spelling error based on the hamming distance.

14 lines (9 loc) 176 B
language: node_js node_js: - stable install: - npm install script: - npm run cover after_script: - cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js