This repo contains an array of all countries with their currencies(name, ISO code, symbol) and flags in a json array in French and English. As a French speaker, the projects I work with sometimes have to be in French. I found nothing interesting in the French language, so I created this one, don't hesitate to use it, improve it or share it.
Ce repo contient un tableau de tous les pays(nom, code ISO) avec leurs devises(nom, code ISO, symbole) et drapeaux dans un tableau json en français et en anglais. En tant que francophone, les projets avec lesquels je travaille doivent parfois être en français. Je n’ai rien trouvé d’intéressant en français, alors j’ai créé celui-ci, n’hésitez pas à l’utiliser, à l’améliorer ou à le partager.
{
"name": "Andorre", // Nom du pays en Français
"en_name": "Andorra", // Country name in English
"code": "AD", // Country/Pays ISO code
"currency_code": "EUR", // Currency/Devise ISO code
"currency": "€", // Symbol/Symbole
"currency_name": "Euro", // Currency Name / nom de la dévise
"flag": "🇦🇩" // Flag/Drapeau
},