Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uid11/simple-coronavirus-graph
Simple visual graph of coronavirus
https://github.com/uid11/simple-coronavirus-graph
coronavirus covid-19 simple-graph
Last synced: 9 days ago
JSON representation
Simple visual graph of coronavirus
- Host: GitHub
- URL: https://github.com/uid11/simple-coronavirus-graph
- Owner: uid11
- License: mit
- Created: 2020-03-23T03:21:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T04:15:54.000Z (8 months ago)
- Last Synced: 2024-11-09T10:53:16.398Z (2 months ago)
- Topics: coronavirus, covid-19, simple-graph
- Language: JavaScript
- Homepage: https://uid11.github.io/simple-coronavirus-graph/
- Size: 453 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Simple coronavirus graph
[![Contributor Covenant][contributor-covenant-image]](CODE_OF_CONDUCT.md)
[![code style: prettier][prettier-image]](https://github.com/prettier/prettier)
[![Conventional Commits][conventional-commits-image]](https://conventionalcommits.org)
[![License MIT][license-image]](LICENSE)[https://uid11.github.io/simple-coronavirus-graph/](https://uid11.github.io/simple-coronavirus-graph/)
## Install
You need `node@14` or higher on OS.
```sh
git clone https://github.com/uid11/simple-coronavirus-graph.git
cd simple-coronavirus-graph
npm install
```## Use
```sh
npm start
```Then open [localhost:5000](http://localhost:5000/) in modern browser.
Data source: [COVID-19 Global Cases provided by Johns Hopkins University](https://www.gisaid.org/epiflu-applications/global-cases-covid-19/).
## License
This is a training project.
[MIT](LICENSE)
[contributor-covenant-image]: https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg 'Contributor Covenant'
[conventional-commits-image]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg 'Conventional Commits'
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg 'The MIT License'
[prettier-image]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg 'Prettier code style'