# customerrecordssearch

> SEARCH CUSTOMER RECORDS =======================

Latest version **1.0.1** (published 2019-11-06) · ISC license · 0 weekly downloads

## Install

```sh
npm install customerrecordssearch
pnpm add customerrecordssearch
yarn add customerrecordssearch
bun add customerrecordssearch
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2019-11-06 |
| First published | 2019-11-06 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 6.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Akshay Mittal |
| Maintainers | akshay0894 |

## Links

- npm: https://www.npmjs.com/package/customerrecordssearch
- npm.io page: https://npm.io/package/customerrecordssearch

## Dependencies (1)

- [line-reader](https://npm.io/package/line-reader.md) ^0.4.0

## Recent versions

- 1.0.1 (latest) — 2019-11-06
- 1.0.0 — 2019-11-06

## README

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.

---
_Source: https://npm.io/package/customerrecordssearch · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
