From 9b2f7137159cf14271e49109d3d74d072c5ad9b9 Mon Sep 17 00:00:00 2001 From: Matt McDonagh Date: Thu, 8 Jun 2023 17:08:26 +0100 Subject: [PATCH] Update API link Original API is now dead - https://github.com/apilayer/restcountries/issues/253 Updating to use a current fork project. --- challenge_2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenge_2/README.md b/challenge_2/README.md index 7681409..d691ec3 100644 --- a/challenge_2/README.md +++ b/challenge_2/README.md @@ -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 | | --- | --- | --- | --- | --- | --- | @@ -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. \ No newline at end of file +Any runtime dependencies should be specified.