The Country Codes Flags Phone Codes npm package provides a simple and efficient way to access country codes, flags, and phone codes. With data on 246 countries, you can effortlessly retrieve information by country name, country code, or phone code. This package streamlines the process of working with country-related data in your JavaScript applications.
- Access country codes, flags, and phone codes conveniently.
- Data on 246 available countries.
- Search functionality to find information quickly.
- Retrieve data by country name, country code, or phone code.
You can install the package via npm:
npm install country-codes-flags-phone-codes
import {
getCountryFlagEmojiFromCountryCode,
getCountryNameFromCountryCode,
getCountryCodeFromCountryName,
getCountryFlagEmojiFromCountryName,
getCountryNameFromCountryFlagEmoji,
getCountryCodeFromCountryFlagEmoji
getCountryFromCountryCode,
getCountryFromCountryName,
getCountryFromCountryFlagEmoji,
getCountryFromCountryCodeOrName,
getCountryFromCountryCodeOrFlagEmoji,
getCountryFromCountryNameOrFlagEmoji,
getCountryFromCountryCodeOrNameOrFlagEmoji,
getCountryNameFromCountryCodeOrNameOrFlagEmoji,
getCountryCodeFromCountryCodeOrNameOrFlagEmoji,
getCountryFlagEmojiFromCountryCodeOrNameOrFlagEmoji,
getCountryDialCodeFromCountryCodeOrNameOrFlagEmoji,
countries,
CountryInterface,
} from "country-codes-flags-phone-codes";
console.log(getCountryFlagEmojiFromCountryCode("US")); // πΊπΈ
console.log(getCountryNameFromCountryCode("US")); // United States
console.log(getCountryCodeFromCountryName("United States")); // US
console.log(getCountryFlagEmojiFromCountryName("United States")); // πΊπΈ
console.log(getCountryNameFromCountryFlagEmoji("πΊπΈ")); // United States
console.log(getCountryCodeFromCountryFlagEmoji("πΊπΈ")); // US
console.log(getCountryFromCountryCode("US")); // { name: 'United States', code: 'US', dialCode: '+1', flag: 'πΊπΈ' }
console.log(getCountryFromCountryName("United States")); // { name: 'United States', code: 'US', dialCode: '+1', flag: 'πΊπΈ' }
console.log(getCountryFromCountryFlagEmoji("πΊπΈ")); // { name: 'United States', code: 'US', dialCode: '+1', flag: 'πΊπΈ' }
console.log(getCountryFromCountryCodeOrName("US")); // { name: 'United States', code: 'US', dialCode: '+1', flag: 'πΊπΈ'
console.log(getCountryFromCountryCodeOrFlagEmoji("US")); // { name: 'United States', code: 'US', dialCode: '+1', flag: 'πΊπΈ' }
console.log(getCountryFromCountryNameOrFlagEmoji("United States")); // { name: 'United States', code: 'US', dialCode: '+1', flag: 'πΊπΈ' }
console.log(getCountryFromCountryCodeOrNameOrFlagEmoji("US")); // { name: 'United States', code: 'US', dialCode: '+1', flag: 'πΊπΈ' }
console.log(getCountryNameFromCountryCodeOrNameOrFlagEmoji("US")); // United States
console.log(getCountryCodeFromCountryCodeOrNameOrFlagEmoji("United States")); // US
console.log(getCountryFlagEmojiFromCountryCodeOrNameOrFlagEmoji("US")); // πΊπΈ
console.log(getCountryDialCodeFromCountryCodeOrNameOrFlagEmoji("US")); // +1
console.log("countries", countries); // [{ name: 'United States', code: 'US', dialCode: '+1', flag: 'πΊπΈ' }, ...]
const {
getCountryFlagEmojiFromCountryCode,
getCountryNameFromCountryCode,
getCountryCodeFromCountryName,
getCountryFlagEmojiFromCountryName,
getCountryNameFromCountryFlagEmoji,
getCountryCodeFromCountryFlagEmoji,
getCountryFromCountryCode,
getCountryFromCountryName,
getCountryFromCountryFlagEmoji,
getCountryFromCountryCodeOrName,
getCountryFromCountryCodeOrFlagEmoji,
getCountryFromCountryNameOrFlagEmoji,
getCountryFromCountryCodeOrNameOrFlagEmoji,
getCountryNameFromCountryCodeOrNameOrFlagEmoji,
getCountryCodeFromCountryCodeOrNameOrFlagEmoji,
getCountryFlagEmojiFromCountryCodeOrNameOrFlagEmoji,
getCountryDialCodeFromCountryCodeOrNameOrFlagEmoji,
countries,
CountryInterface,
} = require("country-codes-flags-phone-codes");
console.log(getCountryFlagEmojiFromCountryCode("US")); // πΊπΈ
console.log(getCountryNameFromCountryCode("US")); // United States
console.log(getCountryCodeFromCountryName("United States")); // US
console.log(getCountryFlagEmojiFromCountryName("United States")); // πΊπΈ
console.log(getCountryNameFromCountryFlagEmoji("πΊπΈ")); // United States
console.log(getCountryCodeFromCountryFlagEmoji("πΊπΈ")); // US
console.log(getCountryFromCountryCode("US")); // { name: 'United States', code: 'US', dialCode: '+1', flag: 'πΊπΈ' }
console.log(getCountryFromCountryName("United States")); // { name: 'United States', code: 'US', dialCode: '+1', flag: 'πΊπΈ' }
console.log(getCountryFromCountryFlagEmoji("πΊπΈ")); // { name: 'United States', code: 'US', dialCode: '+1', flag: 'πΊπΈ' }
console.log(getCountryFromCountryCodeOrName("US")); // { name: 'United States', code: 'US', dialCode: '+1', flag: 'πΊπΈ'
console.log(getCountryFromCountryCodeOrFlagEmoji("US")); // { name: 'United States', code: 'US', dialCode: '+1', flag: 'πΊπΈ' }
console.log(getCountryFromCountryNameOrFlagEmoji("United States")); // { name: 'United States', code: 'US', dialCode: '+1', flag: 'πΊπΈ' }
console.log(getCountryFromCountryCodeOrNameOrFlagEmoji("US")); // { name: 'United States', code: 'US', dialCode: '+1', flag: 'πΊπΈ' }
console.log(getCountryNameFromCountryCodeOrNameOrFlagEmoji("US")); // United States
console.log(getCountryCodeFromCountryCodeOrNameOrFlagEmoji("United States")); // US
console.log(getCountryFlagEmojiFromCountryCodeOrNameOrFlagEmoji("US")); // πΊπΈ
console.log(getCountryDialCodeFromCountryCodeOrNameOrFlagEmoji("US")); // +1
console.log("countries", countries); // [{ name: 'United States', code: 'US', dialCode: '+1', flag: 'πΊπΈ' }, ...]
Thank you for considering contributing to this project! Contributions are essential to keep the project thriving and improving. Below are steps on how you can contribute to the project:
- Navigate to the repository on GitHub.
- Click on the "Fork" button in the top-right corner of the page.
- This will create a copy of the repository in your GitHub account.
- On your GitHub account, find the forked repository.
- Click on the "Code" button and copy the URL provided.
- Open your terminal or command prompt.
- Use the
git clone
command followed by the URL to clone the repository to your local machine.
git clone <repository_URL>
- Navigate to the project directory on your local machine.
- Make the necessary changes or additions to the files you want. Ensure your changes adhere to the project's contribution guidelines and formatting standards.
- After making the desired changes, save the files you have changed.
- In your terminal or command prompt, navigate to the project directory.
- Use the following commands to stage and commit your changes:
git add README.md # Replace README.md with the file you have changed
git commit -m "Brief description of changes"
- Once committed, push your changes to your forked repository on GitHub:
git push origin main
- Go to your forked repository on GitHub.
- Click on the "Pull Request" button.
- Provide a brief description of the changes you've made in the pull request.
- Click on "Create Pull Request" to submit your changes for review.
- Your pull request will be reviewed as soon as possible.
- Be open to feedback and be willing to make further changes if necessary.
- Once approved, your changes will be merged into the main project.
Thank you for taking the time to contribute to our project. Your efforts are greatly appreciated and help make the project better for everyone. If you have any questions or need further assistance, feel free to reach out via GitHub issues. Happy coding!