UNPKG

bot18

Version:

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

8 lines 187 B
exports.middleware = function (options, cb) { var send = require('send'); return function (req, res, next) { send(req, req.url) .root(options.root) .pipe(res); }; };