git ssb

0+

Josiah / ssb-tags



Branch:
Josiah Witt committed Keep index of all tags in your networkLatest: c9ac243 on 3/15/2018, 12:55:40 AM
📄.gitignore
📄README.md
📄index.js
📄package-lock.json
📄package.json
README.md

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