UNPKG

bluebot

Version:

A bitcoin trading bot for auto trading at various exchanges

7 lines (6 loc) 145 B
const cache = require('../state/cache'); module.exports = function(name) { return function *() { this.body = cache.get(name).list(); } }