bcaudan / customer-records

filter customers that are within 100 km of Dublin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

customer-records

Requirements

  • node v10.10.0
  • npm v6.4.1

Getting started

Install:

npm install

Run with a customers file path:

$ npm start customers.txt
{"user_id":4,"name":"Ian Kehoe"}
{"user_id":5,"name":"Nora Dempsey"}
...

Test:

npm test    

About

filter customers that are within 100 km of Dublin


Languages

Language:TypeScript 100.0%