function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kumar Saurav 45Kumar Saurav 45 

lightning component for weather report

Hello Everyone,

Can someone please help me in creating a Lightning Component for showing the weather report?
GovindarajGovindaraj
Hi Kumar,

Could you please provide us with more details.

1. What that custom object contains ?
2. What we need to show in the lightning components ?

Thanks,
Govindaraj.S
Kumar Saurav 45Kumar Saurav 45

Hello Govindaraj,

First of all, thanks for the reply.

The custom object, Jobs__c contains the job start date, account name, amount, etc.

We need to create a Lightning Component which would show us the Weather Report (for example, weather report of 5 days, 10 days etc.)

GovindarajGovindaraj
Ok.. where do we need to place that component ?

Do you have anywireframe ?
Kumar Saurav 45Kumar Saurav 45
It would be either on the detail page or on the click of a button.
Kumar Saurav 45Kumar Saurav 45
I am new to Lightning Component creation. My requirement is to create a Lightning Component by calling any Free Weather API and get the weather report in the newly created Lightning Component.