Skip to content

Commit

Permalink
Update API link (#4)
Browse files Browse the repository at this point in the history
Original API is now dead - apilayer/restcountries#253

Updating to use a current fork project.
  • Loading branch information
mattmonkey83 committed Jun 8, 2023
1 parent 4c56468 commit 1f244ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions challenge_2/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Challenge 2

## Instructions
Using the scripting language or tools of your choice - Please provide a solution to create a CSV file containing a **full list** of countries obtained from the [REST Countries API](https://restcountries.eu) containing the following fields -
Using the scripting language or tools of your choice - Please provide a solution to create a CSV file containing a **full list** of countries obtained from the [REST Countries API](https://restcountries.com/) containing the following fields -

| Country Name | Capital City | Region | Population Size | Number of Currencies | Number of Languages |
| --- | --- | --- | --- | --- | --- |
Expand All @@ -17,4 +17,4 @@ For bonus points output to the console as many of the following statistics as po

Please host your solution as a **private** repository and invite your interviewer as a collaborator.

Any runtime dependencies should be specified.
Any runtime dependencies should be specified.

0 comments on commit 1f244ce

Please sign in to comment.