ssb-tags

0.2.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i ssb-tags

Weekly Downloads

4

Version

0.2.0

License

MIT

Unpacked Size

3.2 kB

Total Files

3

Last publish

Collaborators

  • wittjosiah