Skip to content

Instantly share code, notes, and snippets.

View PeteFromGlasgow's full-sized avatar

Peter Kinnaird PeteFromGlasgow

View GitHub Profile
@PeteFromGlasgow
PeteFromGlasgow / WaniGource.php
Created March 12, 2014 09:35
WaniKani Gource Log Generation Script
<?php
/*
* Calls the WaniKani API and generates a custom log compatible with gource.
*/
function curlcon($url)
{
$key = "";
$url = "https://www.wanikani.com/api/v1.2/user/$key/$url";
@PeteFromGlasgow
PeteFromGlasgow / gist:9503632
Last active November 10, 2016 03:30
WaniKani Gource Log Generation Script
<?php
/*
* Calls the WaniKani API and generates a custom log compatible with gource.
*/
function curlcon($url)
{
$key = "";
$url = "https://www.wanikani.com/api/v1.2/user/$key/$url";