This is a simple inverted index application that allows a user upload JSON files asynchronously, create an index of each uploaded JSON file, provided it has the properties of a title
and a text
, and also search through the indexed files.
See demo here
- Clone the repository.
- Run
npm install
- Run
gulp app
to startup browsersync
Run the SpecRunner.html
in the base dir or run karma start
in your terminal
MIT License
Copyright (c) 2016 Fortune Ikechukwu Ekeruo