arc42 / arc42.org-site

(jekyll-based) website for arc42.org - the template for communicating software architectures.
https://arc42.org
MIT License
6 stars 19 forks source link

add badges with (plausible) counter #64

Closed gernotstarke closed 11 months ago

gernotstarke commented 1 year ago

I like to have one of several badges with counters, based upon the plausible.io data.

Please start with the viewer-statistics page on arc42.org, and put the badges in there. We decide later if we use these on other pages too...

plausible.io

They offer an API:

https://plausible.io/docs/stats-api

( I suggest to try out Postman for experiments, they have nice docu on that)

Especially interesting: visitors - The number of unique visitors. pageviews - The number of pageview events.

that would make TWO badges for each of the following sites:

Badges via shields.io

See their documentation: https://shields.io/endpoint

gernotstarke commented 1 year ago

imho needs to be done with JavaScript (e.g. fetch() method), but is a rather geeky enhancement.

Currently, let's leave it open

gernotstarke commented 11 months ago

done with status.arc42.org