This app will filter through the customers in the customer.txt to find the ones that live within 100 km of Intercom's office in Dublin, then order this resulting list by each customer's user id (ascending). The expected output can be found in output.txt
Install dependencies using npm:
npm iWe recommend using: node v8.10.0 and npm v5.7.1
Run tests with:
npm testRun app with:
npm startObserve the output in your cli.