0.2.0 • Published 6 years ago

ssb-tags v0.2.0

Weekly downloads
319
License
MIT
Repository
github
Last release
6 years ago

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