Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connor4312/covid-img
Data visualization with the COVID-19 vaccines.
https://github.com/connor4312/covid-img
covid covid-19
Last synced: about 1 month ago
JSON representation
Data visualization with the COVID-19 vaccines.
- Host: GitHub
- URL: https://github.com/connor4312/covid-img
- Owner: connor4312
- License: mit
- Created: 2021-03-29T03:47:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T04:36:40.000Z (over 3 years ago)
- Last Synced: 2024-10-25T22:20:20.879Z (about 2 months ago)
- Topics: covid, covid-19
- Language: TypeScript
- Homepage: https://covid-vaccine-viz.vercel.app/
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# covid-img
Data visualization with the COVID-19 vaccines. Sequences of the vaccines come from [this repo](https://github.com/NAalytics/Assemblies-of-putative-SARS-CoV2-spike-encoding-mRNA-sequences-for-vaccines-BNT-162b2-and-mRNA-1273
). View it live [here](https://covid-vaccine-viz.vercel.app/).This only has a "barcode" visualizer right now, but I'll add some more over time. I also tossed a few designs [on Redbubble](https://www.redbubble.com/people/connor4312/shop) if you'd like some prints. Of course, you're free to build your own with the tool and print them however you'd like :)
## Development Setup
1. `yarn install`
1. `yarn watch`
1. Serve out of the repo folder with your favorite server, like [`serve`](https://github.com/vercel/serve)I also have a useful script in `data/toImage.js` that captures high res images, useful for printing.