Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arufian/LWC-Component-COVID19
Salesforce Lightning Web Component that can be embedded into Account and Contact record page, which will show all COVID-19 statistics data based of Account's and Contact's respective country .
https://github.com/arufian/LWC-Component-COVID19
coronavirus covid19 lightning-web-components lwc salesforce sfdc
Last synced: 5 days ago
JSON representation
Salesforce Lightning Web Component that can be embedded into Account and Contact record page, which will show all COVID-19 statistics data based of Account's and Contact's respective country .
- Host: GitHub
- URL: https://github.com/arufian/LWC-Component-COVID19
- Owner: arufian
- License: mit
- Created: 2020-04-01T16:17:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T02:54:50.000Z (over 4 years ago)
- Last Synced: 2024-08-02T12:21:30.343Z (3 months ago)
- Topics: coronavirus, covid19, lightning-web-components, lwc, salesforce, sfdc
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-lwc - LWC Component COVID19
README
# LWC-Component-COVID19
Salesforce Lightning Web Component that can be embedded into Account or Contact record page, which will show all COVID-19 statistics of Account and Contact respective country.Data source: https://github.com/pomber/covid19
API's data will be updated daily.
## Installation
Please install to your Salesforce Organization using this [link](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t2v000006xwWd)## Features
1) ~~Show latest COVID-19 data of respective country, including case confirmed, recovered and deaths.~~
2) ~~Mobile support~~
3) ~Show graph of 5 recent days data from respective country.~
4) Multiple graph switch for confirmed cases, recovered and deaths.## Screenshot
### Account
![Account](https://raw.githubusercontent.com/arufian/LWC-Component-COVID19/master/screenshots/account.png)### Contact
![Contact](https://raw.githubusercontent.com/arufian/LWC-Component-COVID19/master/screenshots/contact.png)### Mobile
![Data Not Found](/screenshots/mobile.png)### Data not found
![Data Not Found](/screenshots/notfound.png)## Having any issues
Please [create new issue](https://github.com/arufian/LWC-Component-COVID19/issues/new) to this repository
## Contributing
Any contribution is welcome. Please see this [guidance](CONTRIBUTION.md) before you create a pull request
Created with ❤️ by [Alfian Busyro](https://twitter.com/arufian_b)