# Global Phone Codes API
A simple API that provides a list of country names, their respective country codes, and phone codes. This API is designed for easy integration into applications that require country-related information.
You can access the live API here: Global Phone Codes API
/api/phone-codes
[
{
"country": "Bangladesh",
"country_code": "BD",
"phone_code": "+880"
},
{
"country": "United States",
"country_code": "US",
"phone_code": "+1"
}
// ... additional countries
]
To run this project locally, follow these steps:
Clone the repository:
git clone https://github.com/1dev-hridoy/global-phone-codes.git
cd global-phone-codes-api
Install dependencies:
npm install
Run the application:
node index.js
Access the application:
Open your browser and go to http://localhost:3000
.
/api/phone-codes
.This project is licensed under the MIT License. See the LICENSE file for more information.
Contributions are welcome! Please fork the repository and submit a pull request for any changes you would like to make.