UNPKG
bluebot
Version:
latest (0.5.10)
0.5.10
A bitcoin trading bot for auto trading at various exchanges
bluebot
/
web
/
routes
/
list.js
7 lines
(6 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
cache =
require
(
'../state/cache'
);
module
.
exports
=
function
(
name
) {
return
function
*() {
this
.
body
= cache.
get
(name).
list
(); } }