inflammable / ww1dead

An HTML/JS visualisation of New Zealand casualies during World War 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#WW1Dead

##An HTML/JS visualisation of New Zealand casualies during World War 1

Each soldier/block represents a single person from this list. The list is organised alphabetically by surname, though names are not included.

See a preview.

##The data

The data for this was sourced from the Commonwealth War Graves (CWGC) website, the actual data included is a list of the death dates converted to an unsorted Javascript array.

##Technical stuff

This was built using Yeoman though a built version is included in the ./dist folder.

In order to reinstall the components needed to run the various grunt commands available via Yeoman, you'll need to install NodeJS (with npm) and Bower run npm install && bower install.

##License

Excluding the data from the CWGC, the files in this visualisation are © @theraromachine 2014 and licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

About

An HTML/JS visualisation of New Zealand casualies during World War 1


Languages

Language:JavaScript 88.4%Language:CSS 11.6%