Skip to content

thiagoslino/Covid19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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. 

Releases

No releases published

Packages

No packages published