# html-taiwan-address-digger

> 從 HTML 中，挖出可能是地址的地串

Latest version **0.1.2** (published 2015-07-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install html-taiwan-address-digger
pnpm add html-taiwan-address-digger
yarn add html-taiwan-address-digger
bun add html-taiwan-address-digger
```

## 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.1.2 |
| Published | 2015-07-09 |
| First published | 2015-07-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Pleasurazy |
| Maintainers | pleasurazy |

## Links

- npm: https://www.npmjs.com/package/html-taiwan-address-digger
- npm.io page: https://npm.io/package/html-taiwan-address-digger

## Recent versions

- 0.1.2 (latest) — 2015-07-09
- 0.1.1 — 2015-07-07
- 0.1.0 — 2015-07-07

## README

# html-taiwan-address-digger

## Usage

```js
import digger from 'html-taiwan-address-digger'

digger
  .dig(template)
  .then((result) => {
    console.log(result) // expect array

    // array[0] 台北市中山區龍江路106巷3號
    // array[1] 新竹市民生路286號
    // , etc.
  })
```

## 開發

```sh
npm run dev
```

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