Skip to content

labheshwar/country-list-with-dial-code-and-flag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Country list with dial code and flag

Usage

import CountryList from 'country-list-with-dial-code-and-flag'

CountryList.findFlag('mm'); // get specific flag
CountryList.getList(); // get all list
  • result will be inArray
[
 { "name": "Afghanistan", "dial_code": "+93", "code": "AF", "flag": "🇦🇫" },
 { "name": "Myanmar", "dial_code": "+95", "code": "MM", "flag": "🇲🇲" } ...
]

Country List with flag and dial code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published