stevanbarry / health-facilities-register-northern-ireland

What an open register for healthcare facilites within Northern Ireland could look like - as part of an @ODcamp discussion (http://odcamp.org.uk/open-data-gp-registers)
1 stars 1 forks source link

Provide a nice HTML page #9

Open cgutteridge opened 6 years ago

cgutteridge commented 6 years ago

This is probably achievable via github's own pages thing. It's easy(ish) to take the JSON and provide a lightweight front end using data tables JS. A more extreme option would be to build an actual microsite using pure JS. I've done some experiments using javascript templating. Check out http://lemur.ecs.soton.ac.uk/~cjg/jsmr/ which uses nothing but CSS,JS and a big JSON file. View the source to see the templates and the javascript that isn't libraries is directly in the page.

cgutteridge commented 6 years ago

This is a more simple example of using JS to visualise data formats: http://lemur.ecs.soton.ac.uk/~cjg/tableview/

cgutteridge commented 6 years ago

https://github.com/cgutteridge/docviewjs