OpenBookPrices / country-data

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

Add country flag emoji #61

Closed livedo closed 7 years ago

livedo commented 7 years ago
var countries = require('country-data').countries
countries['FI'].emoji
// => 🇫🇮'
niftylettuce commented 7 years ago

Looking good, I'll cut a new release.

niftylettuce commented 7 years ago

Published as version 0.0.30 to NPM.

niftylettuce commented 7 years ago

Also, I'll be using this in https://github.com/crocodilejs/crocodile-node-mvc-framework, so thanks!

livedo commented 7 years ago

Thanks. Nice to hear it's going straight into use!