Skip to content

Instantly share code, notes, and snippets.

View codehakase's full-sized avatar
🎯
Kicking Ass

Francis Sunday codehakase

🎯
Kicking Ass
View GitHub Profile
<?= ?>

Keybase proof

I hereby claim:

  • I am codehakase on github.
  • I am codehakase (https://keybase.io/codehakase) on keybase.
  • I have a public key ASA6l5ozh92hZt_LqDrHT_9ivQgMaUXGYO5WbEfFsLF5vwo

To claim this, I am signing this object:

@codehakase
codehakase / Country Currency Codes JSON
Created April 12, 2020 21:29 — forked from soubhikchatterjee/Country Currency Codes JSON
currency symol, name, plural, and decimal digits for all major and minor currencies
[
{
"USD" : {
"symbol" : "$",
"name" : "US Dollar",
"symbol_native" : "$",
"decimal_digits" : 2,
"rounding" : 0,
"code" : "USD",
"name_plural" : "US dollars"