Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).