# README
Clatest (Covid latest)
This is a small project to let you get the latest Covid numbers from the cmd line. The data is obtained from https://disease.sh, please have a look at the official documentation for more information. For the purpose of this app, the John Hopkins data is queried.
For more information about using the tool, head over to documentation. https://johndorian.github.io/clatest/
clatest united states
DATE | CASES | DEATHS | RECOVERED
-------------|----------|--------|------------
2021-03-26 | 30156621 | 548087 | 0
Development
# run the tests
task test
# build the binary
task build
# Packages
Package client provides a method to query an API endpoint to extract data about
the latest covid numbers and report these to the cmd line via stdout or save them as a csv or markdown file
*/.
Copyright © 2021 Jason Lessels <[email protected]>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.