sharkfly
Version:
Manage of International Codes
58 lines (33 loc) • 602 B
Markdown
Sharkfly
========
Manage of 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.
Version
----
0.0.9
Installation
--------------
```sh
npm install sharkfly
```
Use
---------------
```sh
var iCodes = require('sharkfly');
var codeMexico = iCodes.getNameByCode('MX');
console.log(codeMexico);
```
Output
Mexico
License
----
MIT
** Ad astra per aspera!**
Author
---------------
Axel Galicia.
axelgalicia@gmail.com
*Created since 2013*