Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aqzhyi/html-taiwan-address-digger
...
https://github.com/aqzhyi/html-taiwan-address-digger
Last synced: about 1 month ago
JSON representation
...
- Host: GitHub
- URL: https://github.com/aqzhyi/html-taiwan-address-digger
- Owner: Aqzhyi
- Created: 2015-07-07T07:33:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-09T08:17:20.000Z (over 9 years ago)
- Last Synced: 2024-04-18T14:13:20.475Z (8 months ago)
- Language: HTML
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```