https://github.com/lincerely/hk-phone-number-searcher
A user-friendly interface to search HK phone number information from OFCA's number plan.
https://github.com/lincerely/hk-phone-number-searcher
html phone-carriers phone-number
Last synced: about 1 month ago
JSON representation
A user-friendly interface to search HK phone number information from OFCA's number plan.
- Host: GitHub
- URL: https://github.com/lincerely/hk-phone-number-searcher
- Owner: lincerely
- License: mit
- Created: 2017-09-06T16:49:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-19T17:50:07.000Z (4 months ago)
- Last Synced: 2025-03-28T03:51:09.291Z (about 2 months ago)
- Topics: html, phone-carriers, phone-number
- Language: JavaScript
- Homepage: https://lincerely.github.io/hk-phone-number-searcher/
- Size: 180 KB
- Stars: 16
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HK Phone Searcher
Retreive HK phone number information from OFCA's number plan and provide a user-friendly interface to search through it.

The following information will be displayed on available:
- Number Category 號碼主類別
- NumberSub-category 號碼次類別
- Allocated/Assigned to (Company / Entity) 用戶 (公司 / 團體)
- Special Number 特別號碼 (✓ / ✗)
- Remarks 備註
Support English and Traditional Chinese.## Prepare Data
Get numbering plan from https://www.ofca.gov.hk/filemanager/ofca/common/datagovhk/tel_no_en_tc.csv and parse it into a clean json file.
``` bash
cd data
./getData.sh
```and update the "Last Update" time in `index.html`