Skip to content

Instantly share code, notes, and snippets.

View chrislkeller's full-sized avatar

Chris Keller chrislkeller

View GitHub Profile
var KpccClient;
KpccClient = (function() {
KpccClient.prototype.baseUrl = "http://scpr.org/api/content";
function KpccClient(apiKey) {
this.apiKey = apiKey;
}