OpenBookPrices / country-data

Country related data such as ISO codes, currencies etc
MIT License
510 stars 169 forks source link

Country Flags? #54

Open joncursi opened 8 years ago

joncursi commented 8 years ago

The level of detail in this library is great! The only thing missing that I can see would be SVG flags for each country. Is this a possibility?

samayo commented 8 years ago

Shameless plug but check mine for that if you need flags @ github.com/samayo/country-data

evdb commented 7 years ago

Some pretty interesting data in there @samayo :)

Does that work for you @joncursi? If not please describe your use case a bit more. My suspicion though is that the various country flags in various form probably belongs in a different package, but obviously it should be possible easily integrated.

evdb commented 7 years ago

Typo in commit - re-opening.

joncursi commented 7 years ago

I ended up going with the emoji flags package for flags and looking up the appropriate flag from this package's list of countries and codes. Thanks!

rmorrise commented 7 years ago

@joncursi Can you add a link in the README to the lib that provides corresponding icons/SVGs for the country flag emojis?

Thanks!