tech-radar

A library that supports the creation of a Tech Radar, inspired by thoughtworks.com/radar/.

Usage no npm install needed!

<script type="module">
  import techRadar from 'https://cdn.skypack.dev/tech-radar';
</script>

README

tech-radar Build Status

NPM

A library that supports the creation of a Tech Radar, inspired by thoughtworks.com/radar/.

Check the example here

How To Use

The package has two dependencies d3 and chancejs that needs to be loaded separatedely for now, in the future there's a plan to add maintain these dependencies.

Please view the file examples/default.html for general usages.

Contribute

Gulp needs to be installed globally to run the project tasks. Pull Requests are welcome, write tests whenever possible.

  • git clone git@github.com:Trecenti/tech-radar
  • npm install
  • bower install
  • gulp test - to run your tests