Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/urre/radar
A simple technology radar map (made famous by Thoughtworks)
https://github.com/urre/radar
Last synced: 25 days ago
JSON representation
A simple technology radar map (made famous by Thoughtworks)
- Host: GitHub
- URL: https://github.com/urre/radar
- Owner: urre
- License: mit
- Created: 2015-01-02T10:43:45.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-12-04T10:14:17.000Z (almost 7 years ago)
- Last Synced: 2024-10-03T07:40:58.235Z (about 1 month ago)
- Language: CSS
- Homepage: http://urre.github.io/radar
- Size: 649 KB
- Stars: 23
- Watchers: 4
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Technology Radar
A simple technology radar map (made famous by [Thoughtworks](http://www.thoughtworks.com/radar)).
> ##[Demo](http://urre.github.io/radar)
## Make your own radar
Fork/clone this repo
git clone [email protected]:urre/radar.git
### Add user info
Edit ``user.json``. This is displayed in the header showing your Gravatar and your name with a link to Twitter. You can also specify your custom header image. Try a nice one from [Unsplash](http://unsplash.com).
{ "user":
[
{
"name": "Urban Sandén",
"email": "[email protected]",
"website": "http://urre.me",
"background": "https://unsplash.imgix.net/photo-1418479631014-8cbf89db3431?fit=crop&fm=jpg&h=700&q=75"
}
]
}### Add blips
Edit ``blips.json`` like this. Areas: techniques, tools, frameworks, platforms. Statuses: hold, assess, trial, adopt.
{ "blips":
[
{
"title": "Node.js",
"area": "platforms",
"status": "trial",
"link": "http://nodejs.org"
},### Publish
+ Publish using [Github Pages](https://pages.github.com/) by using the ``gh-pages`` branch.
+ Fire up a browser and go to http://yourusername.github.io/radarOr simply just host it on your own server.
### Changelog
#### 1.2.0
+ New color scheme, new default background svg image
+ Use user website instead of Twitter profile url#### 1.1.0
+ Added possiblity to add custom header image
+ Added layout switcher and list style for smaller screens
+ Blip hovering from the lists#### 1.0.0
+ First version published### License
Copyright (c) 2014 Urban Sanden. Licensed under the MIT license.