ChoirGenius API
"Api" access to ChoirGenius.
⚠️ This library pretends to be a browser rather than using an api as real apis don't exist.
Usage
Run the updating script.
const ChoirGenius = ; // Instantiate a new choir genius instance with the url of your siteconst choirGenius = 'https://hcamusic.org'; const username = processenvCHOIR_GENIUS_USERNAME;const password = processenvCHOIR_GENIUS_PASSWORD; // Log into choir genius, this must be called once before the other// functions will workawait choirGenius; // Fetch all your users and their dataconst members = await choirGenius;