https://github.com/andyw8/techradar
techradar.io
https://github.com/andyw8/techradar
Last synced: about 1 month ago
JSON representation
techradar.io
- Host: GitHub
- URL: https://github.com/andyw8/techradar
- Owner: andyw8
- License: mit
- Created: 2014-05-10T12:40:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T17:34:29.000Z (over 6 years ago)
- Last Synced: 2025-03-29T05:51:12.858Z (about 2 months ago)
- Language: Ruby
- Size: 838 KB
- Stars: 24
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://app.codeship.com/projects/30336)
[](https://dependencyci.com/github/andyw8/techradar)
[](https://codeclimate.com/github/andyw8/techradar)
[](https://coveralls.io/github/andyw8/techradar?branch=master)
# techradar.io
This repo contains the Rails app behind [techradar.io](http://techradar.io),
a web app for building and sharing your own
[Technology Radar](https://www.thoughtworks.com/radar/faq).# API
A preliminary JSON API is available (replace the UUID with your own):
[http://techradar.io/api/v1/radars/1f7af5fd-8c71-4a89-99e0-bb53b4e2e8c1](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