FYI, here is how I rate limit using their provided API. I use library called Bottleneck. Ironic that their supplied node code doesn’t have built-in rate limiting.
// We create a few functions for updating/creating Airtables.
// We wrap them with limi...