Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T22:49:37.000Z (about 2 years ago)
- Last Synced: 2024-10-06T22:17:34.841Z (about 1 month ago)
- Topics: metrics, nodebb, nodebb-widget, stats
- Language: CSS
- Size: 97.7 KB
- Stars: 7
- Watchers: 3
- 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.
![Version](https://img.shields.io/npm/v/nodebb-widget-ns-stats.svg)
![Dependencies](https://img.shields.io/bithound/dependencies/github/nicolassiver/nodebb-widget-ns-stats.svg)
[![Maintainability](https://api.codeclimate.com/v1/badges/7b2349bd4833c108799c/maintainability)](https://codeclimate.com/github/NicolasSiver/nodebb-widget-ns-stats/maintainability)
- [Preview](#preview)
- [Implementation](#implementation)## Preview
![Widget Preview](screenshot.png)
## 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