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 i
We recommend using: node v8.10.0 and npm v5.7.1
Run tests with:
npm test
Run app with:
npm start
Observe the output in your cli.