State wise Covid19 Status in India
Step3:
Step1:
Create a Corona_Case__c object to create a record in Salesforce with below fields.
State__c,
State_Code__c,
Confirmed__c,
Active__c,
Recovered__c,
Deaths__c,
Today_New_Cases__c,
Today_Recovered__c,
Today_Deaths__c,
Last_Updated_Time__c
Step3:
Create a REST Class to get the Covid19 Status in India using Open Source API.
refer the below class from GitHub.
JSON2APEX Class.
Sample JSON from Third-party Application.
Step4:
To display using Lightning Web Components.
To display using Lightning Web Components.
Create a Lightning Web Component to get the Covid19 status report.
Add the Lightning Web Component as a tab in the Salesforce Application.
Sample Output and Dashboard:
Comments