An implementation of inverted index
Prerequisites
Clone the repository
git clone https://github.com/Japheth7/inverted-index.git
cd inverted-index
Install http-server
npm install -g http-server
Running tests
cd into your project root in your terminal and run the command http-server
Open your browser and go to http://192.168.8.183:8080/jasmine/SpecRunner.html