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
Swetha B 7Swetha B 7 

Live weather update in visualforce page based on current user zipcode

Please suggest my following scenario

1. I would like to populate Live weather update from weather.com to visualforce page(Test Page) based on current user zipcode.
2. So based on user's zipcode find from above point 1, we need to pull record details from salesforce to our visualforce page(Test page).  
3. also based on zipcode, we need to pull video related to the zipcode from salesforce to visualforce page(Test Page)

Note: In Salesfporce custom object we have created records for each individual zip code and uploaded video in notes and attachment.

Appericiate for your quick reposponse.
Thank you!