Skip to content

andyw8/techradar

Repository files navigation

Codeship Status for andyw8/techradar

Dependency Status

Code Climate

Coverage Status

techradar.io

This repo contains the Rails app behind techradar.io, a web app for building and sharing your own Technology Radar.

API

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).

Contributing

  1. Fork it ( https://github.com/andyw8/techradar/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request