This is a web application for verifying phone numbers using the API provided by apilayer. It allows users to enter a phone number along with its country code and checks if the phone number is valid, providing additional information such as carrier and formatting details.
Before running this application, make sure you have the following:
Clone this repository to your local machine: git clone https://github.com/your-username/phone-number-verification.git
Change into the project directory:
cd phone-number-verification
Install the dependencies: npm install
Add your APILayer API key from APILayer: header.append("apikey", YOUR_APIKEY);
Run local server: npm run dev
If you would like to contribute to this project, please follow these steps: