Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eevan7a9/ncov19
Data visualize covid19 cases.
https://github.com/eevan7a9/ncov19
covid-19 covid19 nuxt nuxtjs tailwind
Last synced: 9 days ago
JSON representation
Data visualize covid19 cases.
- Host: GitHub
- URL: https://github.com/eevan7a9/ncov19
- Owner: eevan7a9
- License: mit
- Created: 2020-03-25T07:30:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-22T11:54:13.000Z (about 1 year ago)
- Last Synced: 2024-10-18T06:06:48.031Z (19 days ago)
- Topics: covid-19, covid19, nuxt, nuxtjs, tailwind
- Language: Vue
- Homepage: https://covid19.evanmarc.com/
- Size: 3.52 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ncov19
Data visualize covid19 cases.
Coronavirus disease (COVID-19) is an infectious disease caused by a newly discovered coronavirus. - [WHO](https://www.who.int/health-topics/coronavirus#tab=tab_1)
![GitHub Logo](https://ik.imagekit.io/wr5lnrww0q8/ncov19/v2-cover_oyGAnkRU11.jpg?updatedAt=1697892239388)
## Attributions
- **DATA SOURCE**
- [**Johns Hopkins CSSE**](https://github.com/CSSEGISandData/COVID-19)
- [**CDC Media Library**](https://tools.cdc.gov/medialibrary/index.aspx#/results)
- [**World Health Organization**](https://www.who.int)
- [**Health Gov**](https://health.gov)## Framework & Libraries
- [Nuxtjs](https://nuxt.com/)
- [Pinia](https://pinia.vuejs.org/)
- [TailwindCss](https://tailwindcss.com/)
- [Leafletjs](https://leafletjs.com/)## Build Setup
### Setup Api Key
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.com docs](https://nuxt.com/docs/getting-started/introduction).