Open darrensapalo opened 5 years ago
I'm already able to collect the list of users, cache them into a file, collect a list of conversations, cache them into a file.
I need to write up a piece of code that prioritizes loading data from this file-based cache.
Triggers to refresh the data can be a different npm script.
I'm caching the user list into Airtable now, instead of a file. This allows me to easily manipulate data using Airtable's UI rather than build a UI myself.
The app needs to be able to send messages.