Update README.md
[tech-radar.git] / README.md
1 # tech-radar [![Build Status](https://travis-ci.org/trecenti/tech-radar.svg?branch=master)](https://travis-ci.org/Trecenti/tech-radar)
2 [![NPM](https://nodei.co/npm/tech-radar.png)](https://nodei.co/npm/tech-radar/)
3
4
5 A library that supports the creation of a Tech Radar, inspired by [thoughtworks.com/radar/](http://thoughtworks.com/radar/).
6
7 Check the example [here](http://brunotrecenti.com/tech-radar/)
8
9 ### How To Use
10
11 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.
12
13 Please view the file `examples/default.html` for general usages.
14
15 ### Contribute
16
17 [Gulp](http://gulpjs.com/) needs to be installed globally to run the project tasks.
18 Pull Requests are welcome, write tests whenever possible.
19
20 - `git clone git@github.com:Trecenti/tech-radar`
21 - `npm install`
22 - `bower install`
23 - `gulp test` - to run your tests