Skip to content

Instantly share code, notes, and snippets.

View jswelsh's full-sized avatar
⚛️

James Welsh jswelsh

⚛️
View GitHub Profile
@jswelsh
jswelsh / Common-Currency.json
Created October 11, 2020 05:11 — forked from ksafranski/Common-Currency.json
Common Currency Codes in JSON
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},
<!DOCTYPE HTML>
<html>
<head>
<style>
body {
margin: 0px;
padding: 0px;
}
</style>
</head>