telvis07 / habakkuk_web

Learning AngularJs. One day this will be the frontend for visualizing habakkuk data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo? Just committing war crimes in angularjs. Nothing to see here. Carry on.

To run

$ virtualenv env
$ pip install -r requirements.txt
$ ./manage.py runserver
# clicking on the table changes the d3 dendogram

To run tests

$ ./manage.py test api

Useful angular and d3 references

// https://github.com/fullscale/dangle/blob/master/src/modules/bar/bar.js
// http://bl.ocks.org/mbostock/4063570
// https://github.com/btford/angular-d3-demo/blob/master/app.js
// http://www.fullscale.co/dangle/
// https://github.com/fullscale/dangle/blob/master/src/modules/pie/pie.js
// https://github.com/mbostock/d3/wiki/Cluster-Layout

About

Learning AngularJs. One day this will be the frontend for visualizing habakkuk data


Languages

Language:Python 63.6%Language:JavaScript 23.2%Language:HTML 12.5%Language:CSS 0.7%