1.0.1 • Published 4 years ago

customerrecordssearch v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago
                     SEARCH CUSTOMER RECORDS
                     =======================

Description

This project will give all customer records which are under 100 km range of dublin.

Prerequisites

You should have latest version of node.js in your computer

Installation

npm install customerrecordssearch

Usage

var customerRecords = require('customerrecordssearch');
var results = customerRecords.sortResults();
console.log(results);

Output should be customer records in the result which are under 100 km range sorted by user_id in acsending order.

Contributing

Take care to maintain the existing coding style. Add unit tests for any new or changed functionality. build and test your code.