Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 431 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 431 Bytes

Covid19

What is it?

A Smalltalk (Cuis) client for https://disease.sh/ covid-19 api

Running

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.