Skip to content

Instantly share code, notes, and snippets.

View tryenc's full-sized avatar

Christopher Tryens tryenc

  • Comcast
  • Philadelphia, PA
View GitHub Profile
@tryenc
tryenc / trinket-replit.js
Created January 31, 2016 00:51 — forked from brianpmarks/trinket-replit.js
wrapper around replit api and jqconsole
(function(Trinket) {
function Replit(language) {
this._client = undefined;
this._connected = false;
this._running = false;
this._reconnect = false;
this._language = language;
this._history = [];
this._reinitClient = function() {