https://github.com/sohamdave08/allaboutcovid19
Real-Time COVID-19 data tracker and News Scrapper
https://github.com/sohamdave08/allaboutcovid19
api coronavirus coronavirus-tracking covid-19-india covid19 covid19-tracker data-analysis data-visualization johns-hopkins-university realtime-tracking vue vuejs webscraping
Last synced: about 2 months ago
JSON representation
Real-Time COVID-19 data tracker and News Scrapper
- Host: GitHub
- URL: https://github.com/sohamdave08/allaboutcovid19
- Owner: SohamDave08
- License: mit
- Created: 2020-05-16T18:47:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:06:56.000Z (over 2 years ago)
- Last Synced: 2024-04-24T07:26:40.657Z (about 1 year ago)
- Topics: api, coronavirus, coronavirus-tracking, covid-19-india, covid19, covid19-tracker, data-analysis, data-visualization, johns-hopkins-university, realtime-tracking, vue, vuejs, webscraping
- Language: Vue
- Homepage: https://all-about-covid19.firebaseapp.com/
- Size: 5.99 MB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# All about COVID-19
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).