1
Some time ago I was using the google service google feed api
however this service has been discontinued, I wonder if there is any solution to replace, I am doing so with jQuery:
$.ajax({
url: 'https://ajax.googleapis.com/ajax/services/feed/load?v=2.0&q=https%3A%2F%2Fwww.theguardian.com%2Finternational%2Frss',
dataType: 'jsonp',
success: function (data) {}
});
Is there a plugin or in the method itself $.ajax
something I can do?
The problem is converting rss to json or the solution to the service that has been discontinued?
– BrTkCa
I would like a similar service, found here and solved for me: http://ibacor.com/api#Bcr-xml-converter
– Lennon S. Bueno
Answer your question with the discovery @Lennons.Bueno, to make the solution available to other users! :)
– BrTkCa
@Lucascosta answered :)
– Lennon S. Bueno