Skip to content

Instantly share code, notes, and snippets.

View will118's full-sized avatar

Will Bartlett will118

  • London
View GitHub Profile
const net = require('net');
const readline = require('readline');
const COLUMN_WIDTH = 13;
const COLORS = {
red: '31',
green: '32',
cyan: '36',
};
const TIMEOUT = 60 * 1000;