You are viewing a single comment's thread from:

RE: SteemFlag - Downvote analysis and Date Selection added

in #utopian-io6 years ago

Good stuff. Not sure if it will help you or not, but I did this tutorial on searching account history by date and making the results for-loop-friendly. You can do:

async function main() {
    const result = seek("anonsteem", "2017-10-11");
    for await (const item of result) {
        console.log("Record %s", JSON.stringify({ operation: item.op[0], timestamp: item.timestamp }));
    }
}

Keep up the good stuff. I may use some of this for our reports in the dashboard.

Sort:  

Thanks @r351574nc3, i am still working on improving my js.
This will be help.

FD.

Coin Marketplace

STEEM 0.23
TRX 0.12
JST 0.029
BTC 66705.81
ETH 3626.46
USDT 1.00
SBD 2.93