Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wallyqs/covid19sf
Simple tool to get recent stats about Covid19 in SF
https://github.com/wallyqs/covid19sf
Last synced: 8 days ago
JSON representation
Simple tool to get recent stats about Covid19 in SF
- Host: GitHub
- URL: https://github.com/wallyqs/covid19sf
- Owner: wallyqs
- License: apache-2.0
- Created: 2020-04-10T22:22:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T00:10:33.000Z (over 4 years ago)
- Last Synced: 2024-11-04T23:23:46.865Z (about 2 months ago)
- Language: Go
- Homepage: https://wallyqs.github.io/covid19sf/
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# covid19sf
[![License](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=go&type=5&v=0.1.0)](https://github.com/wallyqs/covid19sf/releases/tag/v0.1.0)Small tool to fetch recent stats about San Francisco based on the data available at https://data.sfgov.org/
```console
$ covid19sf
|----------------------|-----------------------|-----------------------|----------------------|----------------|----------------|
| City | Positive (Past 24hrs) | Negative (Past 24hrs) | Test Positivity Rate | Total Positive | Total Deaths |
|----------------------|-----------------------|-----------------------|----------------------|----------------|----------------|
| San Francisco | 36 | 168 | 0.1765 | 857 | 13 |
|----------------------|-----------------------|-----------------------|----------------------|----------------|----------------|
```