Skip to content

Commit

Permalink
Add some missing data
Browse files Browse the repository at this point in the history
  • Loading branch information
muhashi committed Jun 18, 2024
1 parent ef19a68 commit 07d30d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/country-by-landlocked.json
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@
},
{
"country": "The Democratic Republic of Congo",
"landlocked": null
"landlocked": "0"
},
{
"country": "Togo",
Expand Down
8 changes: 8 additions & 0 deletions src/country-by-religion.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,10 @@
"country": "Italy",
"religion": "Christianity"
},
{
"country": "Ivory Coast",
"landlocked": "Islam"
},
{
"country": "Jamaica",
"religion": "Christianity"
Expand Down Expand Up @@ -639,6 +643,10 @@
"country": "North Korea",
"religion": "Unaffiliated Religions"
},
{
"country": "North Macedonia",
"religion": "Christianity"
},
{
"country": "Northern Mariana Islands",
"religion": "Christianity"
Expand Down
4 changes: 4 additions & 0 deletions src/country-by-yearly-average-temperature.json
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,10 @@
"country": "Senegal",
"temperature": 28.9
},
{
"country": "Serbia",
"temperature": 11.4
},
{
"country": "Seychelles",
"temperature": 27.09
Expand Down

0 comments on commit 07d30d2

Please sign in to comment.