How can I get Real Time data from Web / google featured snippet ? free
Like,
I want to show Realtime Gold Price in my app or Time of any citys
Use any Api for time and gold price
metals-api.com for gold rate
How to integrate in kodular app??
Using web component. Register for a free key, set web url to https://metals-api.com/api/latest ? access_key = API_KEY
and call web get. When web got text you could use dictionary blocks to get data from json response. Read Metals-API Documentation and see an example Guide: How to get JSON data from an Api using dictionaries (and show it on a dynamic cardview)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.