npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

ssb-thread

2.0.1

@dominictarr

npmHomeRepoSnykSocket
Downloads:31
$ npm install ssb-thread
DailyWeeklyMonthlyYearly

ssb-thread

load a ssb-thread, and sort it in cryptographic order.

example

var getThread = require('ssb-thread')

getThread(sbot, root_msg_id, function (err, ary) {
  //calls back with an array of all messages in order.
})

License

MIT