REQUEST_INTERVAL: number = ...

Minimum milliseconds between requests to stay within rate limits.

export const REQUEST_INTERVAL = (60 * 1000) / API_RATE_LIMIT;