1.1.0 • Published 5 years ago

search-engine v1.1.0

Weekly downloads
28
License
MIT
Repository
github
Last release
5 years ago

Search Engine

npm npm.io npm.io

Seach Engine for JSON object

Installation

You can either install using yarn or using npm

yarn add search-engine
npm i search-engine

Usage

Import either using require or import

const searchEngine = require('search-engine');

searchEngine(JSON_Object, field_to_search);

// Search by key
searchEngine(JSON_Object, '@key:value');

Feel free to open an issue if you need help with some specific usecase.

Contributions

  • Report issues with problems and suggestions
  • Open pull request with improvements
  • Spread the word
  • Reach out with any feedback Twitter URL

License

MIT © Muhammad Umar Mehmood