Hello all,
I want to create a progress page on my live site that would resemble the internal admin dashboard. Site is hosted on ghost.org, not locally, so presumably its version 4.3.3.
Question:
How do I access the ghost membership data?
I have some familiarity with JS, but not finding the relevant documentation so far. Welcoming any input/ideas about how to accomplish this progress dashboard.
So far, I was thinking I would create a database that updates membership (paid & unpaid) totals every 24 hours, and then create relevant charts using chart.js. This seems doable since ghost webhooks support new member events, but this seems like an overly complicated solution, but maybe not.
Thanks in advance for any tips/ideas!