{{define "headers"}}{{end}} {{define "body"}}

The World Aggregator is a very simple website to display some worldwide information about various metrics (GDP, population...) either as tables or as maps. The server uses Go and the client a mix of HTML, CSS and JavaScript. Maps are rendered thanks to the D3.js library and tables are made sortable, filterable and searchable with the DataTables jQuery plugin.

The tables page shows data as big tables while the maps page displays it as a heatmap on a world map.

The datasets are fetched from various URLs (see the about page for more info) and extracted using XPath queries.

{{end}}