A Smalltalk (Cuis) client for https://disease.sh/ covid-19 api
After cloning this repository, open a workspace in Cuis and type:
Feature require: #Covid19.
And then:
|client|
client := Covid19ApiClient new.
client getWorldTotal.
client getHistoricalByCountry: 'Brazil'.
client getCountries.