UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

12 lines (10 loc) 162 B
var charm = require('../')(); charm.pipe(process.stdout); charm .column(16) .write('beep') .down() .column(32) .write('boop\n') .end() ;