molybdenum-99 / reality

Comprehensive data proxy to knowledge about real world
MIT License
818 stars 43 forks source link

Country datasets #14

Closed zverok closed 8 years ago

zverok commented 8 years ago

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 8 years ago

Rejected, will be rethought.