nat236919 / covid19-api

API for exploring COVID-19 cases around the globe
https://nuttaphat.com/covid19-api/
MIT License
119 stars 63 forks source link

Behavioural Pattern2- Observer #290

Closed dcruze96 closed 3 years ago

dcruze96 commented 3 years ago

Related Issue:

No Issues

Proposed Changes

Suggestion of an observer pattern which can notify a user when an event which they are subscribed to has been updated.

Additional Info

A user does not have to constantly check for updates because the observer pattern notifies them.