Skip to content

izzatzr/covid19api-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • How to add

    $ go get https://github.com/izzatzr/covid19api-go

  • Example code


import (
	"fmt"

	covid19 "github.com/izzatzr/covid19api-go"
)

func main() {
	myapp := covid19.New()
	resp := myapp.ByCountrySummary("usa")
	fmt.Println(resp)
}

TODO

  • add json prettier as optional return

About

wrapper for mathdroid's covid19 API written in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages