README
Calling codes of the world's countries in JSON.
https://github.com/mledoze/countries. Look there for the original data set.
This is a fork ofCountries data
Each line contains a country's:
common name in english
calling code
Examples
JSON
[
["Aruba","297"],
["Afghanistan","93"],
["Angola","244"],
...
]