Reputation: 5442
I am developing such application where I wanted to retrieve some values from the site. for example here I am developing an finance application. and I wanted to take the price for the product from the google finance or yahoo finance. how can we access this value and it will reflect to our DB? is it possible to get the values from sites?
Upvotes: 1
Views: 64
Reputation: 21112
What you need to do is consume APIs in your application and store the data as needed:
Upvotes: 1