# @datagica/parse-phones

> Extract multiple phone numbers from a document

Latest version **0.0.6** (published 2018-02-18) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install @datagica/parse-phones
pnpm add @datagica/parse-phones
yarn add @datagica/parse-phones
bun add @datagica/parse-phones
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.6 |
| Published | 2018-02-18 |
| First published | 2016-01-03 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 26 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Julian Bilcke |
| Maintainers | datagica |

## Links

- npm: https://www.npmjs.com/package/@datagica/parse-phones
- Repository: https://github.com/datagica/parse-phones
- Homepage: https://github.com/datagica/parse-phones#readme
- Issues: https://github.com/datagica/parse-phones/issues
- npm.io page: https://npm.io/package/@datagica/parse-phones

## Dependencies (1)

- [@datagica/tokenize](https://npm.io/package/@datagica/tokenize.md) ^0.0.2

## Recent versions

- 0.0.6 (latest) — 2018-02-18
- 0.0.5 — 2018-02-17
- 0.0.4 — 2017-08-12
- 0.0.3 — 2017-08-01
- 0.0.1 — 2016-02-06
- 0.0.0 — 2016-01-03

## README

# Parse Phones

Extract phone numbers from a text

## TODO

- Extract country codes

- Fix the (800) bug (see FIXME in tests)

## Notes

Detecting the country is not a simple task. For instance, some people forget
to put the indicator, or the +, or a symbol (eg. [33] or (33))
So we cannot really do magic here..

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