Crunching @IonicaBizau's contributions just for you.
If you want to know more about this project, check out the GitHub repository.
Embed guide <3
<!-- Prepare a container for your calendar. --> <script src="https://cdn.rawgit.com/IonicaBizau/github-calendar/gh-pages/dist/github-calendar.min.js" ></script> <!-- Optionally, include the theme (if you don't want to struggle to write the CSS) --> <link rel="stylesheet" href="https://cdn.rawgit.com/IonicaBizau/github-calendar/gh-pages/dist/github-calendar.css" /> <!-- Prepare a container for your calendar. --> <div class="calendar"> <!-- Loading stuff --> Loading the data just for you. </div> <script> GitHubCalendar(".calendar", "your-username"); </script>