No description
Find a file
martinshoob 1b05f0453b Fetches and displays Splid group balance data
Connects to Splid, retrieves group balance information, and displays it.

The changes:
- Fetches aliases from a spreadsheet to map names to emojis.
- Retrieves group names from Splid and displays them in the spreadsheet.
- Enhances error handling for column resizing.
- Adds more robust handling of Splid data, ensuring proper display even with partial data.
- Sums balances for the same emoji to handle multiple users with same tag.
2025-05-31 14:35:32 +02:00
.gitignore updated gitignore 2025-05-27 22:11:24 +02:00
app.js Fetches and displays Splid group balance data 2025-05-31 14:35:32 +02:00
constants.js Refactors constants for spreadsheet data 2025-05-31 14:35:16 +02:00
package-lock.json updated gitignore 2025-05-27 22:11:24 +02:00
package.json updated package.json 2025-05-27 22:36:43 +02:00