OpenBookPrices / country-data

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

Add country flag emoji #61

Closed livedo closed 8 years ago

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

Looking good, I'll cut a new release.

niftylettuce commented 8 years ago

Published as version 0.0.30 to NPM.

niftylettuce commented 8 years ago

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

livedo commented 8 years ago

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