# eth-phone
A lightweight JavaScript library for formatting and validating Ethiopian phone numbers.
## Installation
```bash
npm install eth-phone
```
## Usage
```javascript
import { normalize } from "eth-phone";
console.log(normalize("091234xxx"));
// +25191234xxxx
```
## Features
- Normalize Ethiopian phone numbers
- Validate phone numbers
- Format local and international numbers (coming soon)
## License
MIT