Skip to content

Instantly share code, notes, and snippets.

View soubhikchatterjee's full-sized avatar
🎯
Focusing

Soubhik Chatterjee soubhikchatterjee

🎯
Focusing
View GitHub Profile
@soubhikchatterjee
soubhikchatterjee / timezones.js
Created July 10, 2019 07:20 — forked from themeteorchef/timezones.js
Array of timezones as objects, sorted by offset and name.
[
  {
    "offset": "GMT-12:00",
    "name": "Etc/GMT-12"
  },
  {
    "offset": "GMT-11:00",
    "name": "Etc/GMT-11"
  },
  {
@soubhikchatterjee
soubhikchatterjee / Country Currency Codes JSON
Last active February 25, 2021 09:14 — forked from grosscorporation/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"