plebbit / plebbit-js

A Javascript API to build applications using plebbit
GNU General Public License v2.0
41 stars 7 forks source link

implement subplebbit stats reply count #50

Closed estebanabaroa closed 4 weeks ago

estebanabaroa commented 1 month ago
SubplebbitStats {
  hourReplyCount: number
  dayReplyCount: number
  weekReplyCount: number
  monthReplyCount: number
  yearReplyCount: number
  allReplyCount: number
}
Rinse12 commented 4 weeks ago

Done