29 lines
635 B
Markdown
29 lines
635 B
Markdown
# E-Dir
|
|
|
|
A better web frontend for [Dhiraagu E-Directory](https://www.dhiraagu.com.mv/e-directory).
|
|
|
|
## Features
|
|
|
|
- Phone number lookup via Dhiraagu E-Dir API
|
|
- Tap-to-call with `tel:` links
|
|
- Search history stored in LocalStorage
|
|
- Accepts country code prefix (+960)
|
|
- QR code generation to share contact numbers
|
|
- Automatic dark/light theme (follows system preference)
|
|
- No Recaptcha required
|
|
|
|
## Usage
|
|
|
|
Open `index.html` in a browser or serve with any static file server:
|
|
|
|
```bash
|
|
npx serve .
|
|
```
|
|
|
|
Enter a phone number to search the directory.
|
|
|
|
|
|
## License
|
|
|
|
GNU General Public License v3.0 - See [LICENSE](LICENSE) file for details
|