git ssb

0+

Josiah / ssb-tags



Tree: c9ac2432a47d380b558b47e73e078327338b2bca

Files: c9ac2432a47d380b558b47e73e078327338b2bca / README.md

523 bytesRaw

sbot-tags

scuttlebot plugin for indexing reduced "tags" state.

API

sbot.tags.get((err, data) => ...)

data is an object of form

{
  // a user id
  '@DOIjef...': {  
    // a tag id
    '%cJEMdje...': {
        // a msg id
        '%x423jsadxj...': 1204594095 // timestamp tag was created
    }
  }
}

sbot.tags.stream() => pull-stream

See flumeview-reduce docs.

License

MIT

Built with git-ssb-web