Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masterfermin02/coronavirusrd
Web app to show information about the current cases of COVID 19 in Dominican Republic
https://github.com/masterfermin02/coronavirusrd
coronavirus coronavirus-real-time coronavirus-tracker coronavirus-tracking covid-19 covid19 css html java shell vue
Last synced: 8 days ago
JSON representation
Web app to show information about the current cases of COVID 19 in Dominican Republic
- Host: GitHub
- URL: https://github.com/masterfermin02/coronavirusrd
- Owner: masterfermin02
- License: other
- Created: 2020-03-20T22:45:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:29:33.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T04:19:50.853Z (7 months ago)
- Topics: coronavirus, coronavirus-real-time, coronavirus-tracker, coronavirus-tracking, covid-19, covid19, css, html, java, shell, vue
- Language: HTML
- Homepage: https://www.coronavirus-rd.com/
- Size: 2.82 MB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: License.pdf
Awesome Lists containing this project
README
![GitHub contributors](https://img.shields.io/github/contributors-anon/masterfermin02/coronavirusrd?style=for-the-badge)
![GitHub top language](https://img.shields.io/github/languages/top/masterfermin02/coronavirusrd?style=for-the-badge)
![GitHub issues](https://img.shields.io/github/issues/masterfermin02/coronavirusrd?style=for-the-badge)
![GitHub closed issues](https://img.shields.io/github/issues-closed/masterfermin02/coronavirusrd?style=for-the-badge)
![GitHub pull requests](https://img.shields.io/github/issues-pr/masterfermin02/coronavirusrd?style=for-the-badge)
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/masterfermin02/coronavirusrd?style=for-the-badge)
[![Netlify Status](https://api.netlify.com/api/v1/badges/c44087f1-61e9-4d27-bac6-54dfce21b39d/deploy-status)](https://app.netlify.com/sites/loving-wozniak-89ddc6/deploys)# Corona Virus RD
#### Project
1. Fork and clone git repository.
2. Create local env file for development.
```bash
>$ touch .env.development.local
```
3. Use the following firebase config for development
```txt
VUE_APP_FIREBASE_APIKEY=AIzaSyC75e2MJpejR3w2s5F173oUBks6D6UMMV4
VUE_APP_FIREBASE_AUTHDOMAIN=coronavirus-rd-dev.firebaseapp.com
VUE_APP_FIREBASE_BASEURL=https://coronavirus-rd-dev.firebaseio.com
VUE_APP_FIREBASE_PROJECTID=coronavirus-rd-dev
VUE_APP_FIREBASE_STORAGE_BUCKET=coronavirus-rd-dev.appspot.com
VUE_APP_FIREBASE_MESSAGING_ID=116223129618
VUE_APP_FIREBASE_APPID=1:116223129618:web:6ea052c525b2ae7f8500cb
VUE_APP_FIREBASE_MEASUREMENTID=G-XW1JWP29G4
```
4. From root of project, run `npm start`
5. In your browser, go to `localhost:8080` to test your local changes#### Install dependencies.
`npm install`
#### serve with hot reload at localhost:8080
`npm run dev`#### build for production with minification
`npm run build`#### build for production and view the bundle analyzer report
`npm run build --report`### Sources:
- The theme use in this project: [theme](https://mdbootstrap.com/docs/vue/)### Complementaries projects
- [Admin panel](https://github.com/masterfermin02/coronavirusrd-admin)
- [Functions](https://github.com/masterfermin02/coronavirus-functions)
- [Cron tap](https://github.com/masterfermin02/corona-virus-rd-cron)# API
Thanks [Isaaz Garcia](https://github.com/isaazgarcia) to allow us to consume his [API](https://covid-rd.now.sh/api/boletin).## Contributors ✨
Thank goes to these wonderful peoples ([emoji key](https://allcontributors.org/docs/en/emoji-key)):