This repo contains the Rails app behind techradar.io, a web app for building and sharing your own Technology Radar.
A preliminary JSON API is available (replace the UUID with your own):
http://techradar.io/api/v1/radars/1f7af5fd-8c71-4a89-99e0-bb53b4e2e8c1
(At present, you need to be logged in first).
- Fork it ( https://github.com/andyw8/techradar/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request