/rover-search-ranker

Primary LanguageJavaScriptMIT LicenseMIT

#Rover Search Ranker

A simple command line application that will parse a list of Rover.com reviews and create a ranked list of sitters.

Install

$ npm install

Usage

$ ./roverSearchRanker.js parse <source> [destination]

The application only has one entrypoint parse that accepts a required source file path and an optional destination filename. Using the provided .csv file for the exercise, the command would be:

$ ./roverSearchRanker.js parse reviews.csv

Testing

$ npm test

The application uses Mocha.js and Chai.js for unit testing.