coronavirus-tracker-api
coronavirus-tracker-api copied to clipboard
Set a caching header by default
Just a suggestion : Since the data is only refreshed every hour, it would be perfectly safe to set
Cache-Control: max-age=<time until next refresh, calculated on the server>
in every response. It would reduce the strain on your app.
Thanks! Will definitively check this out.