You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since most of the time horoscopes change only once a day there is no need to hammer API with requests. I wonder if it would be possible to implement some sort of caching mechanism to reduce number of calls to the API endpoint.
One potential solution is to use NodeCache package
The text was updated successfully, but these errors were encountered:
Since most of the time horoscopes change only once a day there is no need to hammer API with requests. I wonder if it would be possible to implement some sort of caching mechanism to reduce number of calls to the API endpoint.
One potential solution is to use NodeCache package
The text was updated successfully, but these errors were encountered: