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

Creational and Structural Implementation #269

Closed pilgrim1491 closed 3 years ago

pilgrim1491 commented 3 years ago

Related Issue:

Proposed Changes

Structural Adapter Pattern implemented, country model values formatted,
class human readable structures values of country model to be easier to read

Addtional Info

-builder used to construct country objects -built parts: location, confirmed, deaths, recovered and active

Checklist

Screenshots