agallio / ina-covid-bed

Covid bed availability for all provinces in Indonesia
68 stars 26 forks source link

Add API rate limiter #52

Closed agallio closed 3 years ago

agallio commented 3 years ago

Description

Add API rate limiter.

Implementation Model

We can use the Next.js example that use lru-cache for our reference.