iarobinson / theEarthObject

Everything on Earth in a Single JavaScript Object
1 stars 14 forks source link

Add Flags to Each Country #12

Open iarobinson opened 3 years ago

iarobinson commented 3 years ago

We want to add all the flags of each country in the world. They need to be sized consistently... I'm guessing 500px by 300px or something like that.

We want to add these as a folder with each continent in a separate file.

- assets
--flags
---africa
---northAmerica
---southAmerica
etc....

The path to each of these images should also be included in the object. For example:

africa: {
  angola: {
    flag: { /assets/flags/africa/angola.jpg }
  }
etc...
iarobinson commented 3 years ago

@Squizzi3 has made some progress on this. There are many more flags to go. :D

bigboybamo commented 3 years ago

Hi,

I'd like to pick this up and add the flags for the African countries

iarobinson commented 3 years ago

@bigboybamo - Do it.

bigboybamo commented 3 years ago

@bigboybamo - Do it.

HI, @iarobinson I've created a pull request. Please look at it and let me know what you think