Country datasets
zverok opened this issue · 1 comments
zverok commented
Interface:
countries.where(
population_gt: 20_000,
population_lt: 50_000,
continent: "Africa",
languages: ["Spanish"])...
Implementations: with multiple "List of countries by ...." pages, extract navigational data, filter links to countries by this data.
zverok commented
Rejected, will be rethought.