From 3f17cd9ec2f81a3ed21c32458d6d40d3db0ba272 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 28 Oct 2022 15:37:18 -0400 Subject: [PATCH] Add `upcomingEvents` script to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 087ab50..55ea9c2 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ Retrieves member information from MembershipWorks and pushes it out to [UCS](htt Retrieves account and transaction information from MembershipWorks, and pushes it to a MariaDB database for use in other projects. Schemas are defined with [peewee](peewee-orm.com) in [`memberPlumbing/mw_models.py`](./memberPlumbing/mw_models.py). +### `upcomingEvents` + +Retrieves upcoming events from MembershipWorks and formats them for a WordPress post. + ### `hidEvents` Retrieves events from the HID Evo Solo door controllers, and pushes them to a SQL database.