Managing International Codes
Sharkfly in a node.js module that is meant to work with International Country codes. (e.g. MX ---> Mexico)
- Easy to implement
- Lightweight
- All the countries included.
0.0.11
npm install sharkfly
var iCodes = require('sharkfly');
var codeMexico = iCodes.getNameByCode('MX');
console.log(codeMexico);
Output
Mexico
MIT
** Ad astra per aspera!**
Axel Galicia.
Created since 2013