Open JesusLike opened 2 months ago
As a User I need a service that gets the list of countries from the Source of Truth So that I can pick a country to guess
Extract the table needed via web scrapping
Given the server is running And Wikipedia country list page is accessible When someone calls "Get countries" method Then the method returns a collection of the countries which includes country name and it's wiki page name
Blocked by: https://github.com/JesusLike/wiki-guess-backend/issues/7
As a User I need a service that gets the list of countries from the Source of Truth So that I can pick a country to guess
Details and Assumptions
Extract the table needed via web scrapping
Acceptance Criteria