Simple dashboard for OpenStreetMap activity.
- Node.js 18+
- npm
npm install
npm run devOpen http://localhost:3000.
npm run build
npm start/dashboard/countriesall-time country totals/projectsall-time project-tag totals/usersall-time user totals
/api/socket/iolive stats socket/api/countriescountries list/api/projectsprojects list/api/usersusers list
- SQLite file defaults to
data/stats.db - Set
SQLITE_PATHto use a custom location