A library that allows the creationg of a Tech Radar, inspired by [thoughtworks.com/radar/](thoughtworks.com/radar/).
-## How To Use
+### How To Use
-//TODO
+The package has two dependencies [d3](http://d3js.org/) and [chancejs](http://chancejs.com/) that needs to be loaded separatedely for now, in the future there's a plan to add maintain these dependencies.
-## Contribute
+Please view the file `examples/default.html` for general usages.
+//TODO: give better examples.
-//TODO
+### Contribute
+
+Pull Requests are welcome, write tests whenever possible.
+
+- clone
+- `npm install`
+- `bower install`
+- `gulp test` - to run your tests