country-flag-emoji - npm

文章推薦指數: 80 %
投票人數:10人

List of country codes and its flag emojis. country-flag-emoji1.0.3 • Public • Published2yearsagoReadmeExploreBETA0Dependencies4Dependents4VersionsCountryFlagEmoji Listofcountrycodesanditsflagemojis. Installation $ npm install country-flag-emoji CDN ThelibraryisavailableoveraCDN:   Usage import countryFlagEmoji from "country-flag-emoji"; // All country flag emojis keyed by country codeconsole.log(countryFlagEmoji.data); // Array of all country flag emojisconsole.log(countryFlagEmoji.list); // Array of country codesconsole.log(countryFlagEmoji.countryCodes); // Get country flag emoji for the given country codeconsole.log(countryFlagEmoji.get("US"));// US: {//  code: "US",//  unicode: "U+1F1FA U+1F1F8",//  name: "United States",//  emoji: "🇺🇸"// } API dataProperty Getallcountryflagemojiskeyedbycountrycode. countryFlagEmoji.data Dataformat: {  //...  ID: {    code: "ID",    unicode: "U+1F1EE U+1F1E9",    name: "Indonesia",    emoji: "🇮🇩"  },  IE: {    code: "IE",    unicode: "U+1F1EE U+1F1EA",    name: "Ireland",    emoji: "🇮🇪"  },  //...} listProperty Getallcountryflagemojis. countryFlagEmoji.list Dataformat: [  //...  {    code: "ID",    unicode: "U+1F1EE U+1F1E9",    name: "Indonesia",    emoji: "🇮🇩"  },  {    code: "IE",    unicode: "U+1F1EE U+1F1EA",    name: "Ireland",    emoji: "🇮🇪"  },  //...] countryCodesProperty Getallcountrycodes. countryFlagEmoji.countryCodes Dataformat: [..., "IC", "ID", "IE", ...] get()Method countryFlagEmoji.get([countryCode]) Parameters countryCode(optionalString):Two-lettercountrycodeinISO3166-1alpha-2format. Returns Therearethreepossiblereturntypes: Array:IfnocountryCodebeingpassed,itreturnsarrayofallcountryflagemojis. undefined:Ifthegivencountrycodeisnotfound. Object:Iftheemojiisfoundforthegivencountrycode.Thereturnedobjecthas4properties: code:Thetwo-lettercountrycodeinISO3166-1alpha-2format. unicode:FlagemojiUnicodecharactersequence,e.g.U+1F1EEU+1F1E9.ReadmoreaboutRegionalIndicatorSymbol. name:Thecountryname. emoji:Thecountryflagemoji. Related country-flag-emoji-json:CountryflagemojisinJSONformat. License MIT©RisanBagjaPradana Keywordscountrycountry-codeemojiflagiso-3166Installnpmicountry-flag-emojiRepositoryGitgithub.com/risan/country-flag-emojiHomepagegithub.com/risan/country-flag-emoji#readmeDownloadsWeeklyDownloads720Version1.0.3LicenseMITUnpackedSize112kBTotalFiles6Lastpublish2yearsagoCollaboratorsTryonRunKitReportmalware



請為這篇文章評分?