Skip to content

Instantly share code, notes, and snippets.

View kellyblaire1's full-sized avatar
💭
Hi, great people! How y'all doing?

Kelly Okere kellyblaire1

💭
Hi, great people! How y'all doing?
View GitHub Profile
@kellyblaire1
kellyblaire1 / currency_list
Created January 16, 2023 20:39 — forked from champsupertramp/currency_list
World Currency list in PHP Array
array (
'ALL' => 'Albania Lek',
'AFN' => 'Afghanistan Afghani',
'ARS' => 'Argentina Peso',
'AWG' => 'Aruba Guilder',
'AUD' => 'Australia Dollar',
'AZN' => 'Azerbaijan New Manat',
'BSD' => 'Bahamas Dollar',
'BBD' => 'Barbados Dollar',
'BDT' => 'Bangladeshi taka',
@kellyblaire1
kellyblaire1 / variousCountryListFormats.js
Last active January 16, 2023 13:58 — forked from incredimike/variousCountryListFormats.js
List of Countries in various Javascript data structures: Alphabetical country lists & Country data objects.
// Lists of countries with ISO 3166 codes, presented in various formats.
// Last Updated: July 30, 2020
// If you're using PHP, I suggest checking out:
// https://github.com/thephpleague/iso3166
// or Laravel: https://github.com/squirephp/squire
//
// JS developers can check out:
// https://www.npmjs.com/package/iso3166-2-db
//