iarobinson / theEarthObject

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

Add Nation States to their Respective Continents #11

Open iarobinson opened 3 years ago

iarobinson commented 3 years ago

We want to add countries to each continent:

{ "africa": {
  nationStates: [
    "Angola": {},
    "Egypt": {},
    "SouthAfrica: {}
  ]
}
ravidyarev commented 3 years ago

Can you please assign this to me, will attempt Oceania.

iarobinson commented 3 years ago

Thank you @ravidyarev! Good luck. I look forward to seeing your code.

sarcastic22101 commented 3 years ago

Would it be alright if i added the countries for Africa?

sniemeyer1 commented 3 years ago

Can I work on adding South American countries?

iarobinson commented 3 years ago

@sniemeyer1 and @sarcastic22101 - Awesome. Yes. No need to ask permission. Feel free to go straight to code PRs.