UNPKG

bot18

Version:

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

6 lines (5 loc) 204 B
exports.middleware = function (options) { var nodeStatic = require('node-static') , fileServer = new(nodeStatic.Server)(options.root, { cache: 7200 }) return fileServer.serve.bind(fileServer); };