All git contribution graph

This is the contribution graph calendar server. It draws pretty graphs showing off how much work done across github and gitlab combined in one graph. It's mean to be embedded elsewhere.

You too can display a combined graph!

Use the URL http://www.allgitcontributiongraph.com/justgraphit.svg and add parameters for github and gitlab usernames.
Such as

http://www.allgitcontributiongraph.com/justgraphit.svg?gitlab=gitlab_username&github=github_username
Replace
github_username in the URL above to your github usernme
Replace
gitlab_username with your gitlab username
The one showing in the default below is using the URL
http://www.allgitcontributiongraph.com/justgraphit.svg?gitlab=janemiceli&github=janemiceli
The embed code is:
  <img src="http://www.allgitcontributiongraph.com/justgraphit.svg?gitlab=janemiceli&github=janemiceli">
You can view an example at janemiceli.github.io

My github profile is janemiceli
My gitlab profile is janemiceli
Also shout out to Winston who helped this along winny-