https://github.com/nicolassiver/nodebb-widget-ns-stats
Overall stats about life on the forum. Some metrics are number of posts, users, topics. Also several additional user related features like - currently online users and who have visited today.
https://github.com/nicolassiver/nodebb-widget-ns-stats
metrics nodebb nodebb-widget stats
Last synced: about 1 month ago
JSON representation
Overall stats about life on the forum. Some metrics are number of posts, users, topics. Also several additional user related features like - currently online users and who have visited today.
- Host: GitHub
- URL: https://github.com/nicolassiver/nodebb-widget-ns-stats
- Owner: NicolasSiver
- License: mit
- Created: 2016-01-05T21:33:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T22:49:37.000Z (over 2 years ago)
- Last Synced: 2025-04-13T07:55:39.003Z (about 1 month ago)
- Topics: metrics, nodebb, nodebb-widget, stats
- Language: CSS
- Size: 97.7 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# NodeBB Widget: Stats
Overall stats about life on the forum. Some metrics are number of posts, users, topics. Also several additional user related features like - currently online users and who have visited today.


[](https://codeclimate.com/github/NicolasSiver/nodebb-widget-ns-stats/maintainability)
- [Preview](#preview)
- [Implementation](#implementation)## Preview

## Implementation
- Users are sorted by `username` in online list
- Users are sorted by time of appearance in today list
- Online list response is cached for 60 seconds
- Online list is limited to 128 records
- Online status is true, if user was around for last 15 minutes
- General stats are cached for 1 day