Skip to content

Commit

Permalink
Merge pull request #268 from muhashi/add-missing-data
Browse files Browse the repository at this point in the history
Add some missing data for Ivory Coast, North Macedonia, Serbia, and Democratic Republic of Congo
  • Loading branch information
samayo authored Jun 19, 2024
2 parents ef19a68 + 07d30d2 commit 58aadb4
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 58aadb4

Please sign in to comment.