1.0.0 • Published 5 years ago

distance_calculate_task v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

distance_calculate_task

Installation

$ npm install --save calculate-distance

Usage

var guestList = require('distance_calculate_task')

Task Information

We have some customer records in a text file (customers.txt) -- one customer per line, JSON lines formatted. We want to invite any customer within 100km of Dublin for some food and drinks on us. Write a program that will read the full list of customers and output the names and user ids of matching customers (within 100km), sorted by User ID (ascending).

1.0.0

5 years ago

1.0.2

5 years ago