This demo is powered with a tiny Javascript that retrieves data from coderbits.com profile API and pushes it into the diagram. See it in action:
Tip: diagram will look different every time you submit the form
<link rel="stylesheet"
href="/css/skills-diagram.css" />
<script src="/js/skills-diagram.coderbits.js"></script>
<dl class="skills-diagram" data-cb-username="USERNAME" data-cb-subject="SUBJECT"></dl>
Replace username and subject accordingly. Subject is one of following at
the moment of writing (refer to API to see if there are more):
skills, languages, environments, frameworks, tools, interests, traits, areas
And this is just a simple static HTML/CSS example based on hard-coded data.
<link rel="stylesheet"
href="/css/skills-diagram.css" />
<dl class="skills-diagram">
- UNIX
- 5
- Ruby
- 10
- Java
- 3
- PHP
- 8
- RegEx
- 4
- HTML5
- 6
- JavaScript
- 7
- CSS
- 9
- C#
- 2
</dl>
This page is constantly updated and is directly connected to Github repo. Any contribution is appreciated.