Is it possible to get rss feed only using javascript client side scripts?

If I cannot do this, the process of obtaining data will be: 1) Ask my server to get rss data from the desired rss file. 2) Ask the server to analyze the data. I don't know what rss looks like, but I assume that the user needs parsing to display it. 3) Send data to javascript client.

+3
source share
5 answers

Or you can use the Google Feed API to download the RSS feed and parse it as needed. :) I think this is an interesting option.

http://code.google.com/intl/es-ES/apis/feed/v1/devguide.html#load_the_javascript_api_and_ajax_search_module

+2
source

, . JavaScript script , , , RSS - .

+1

, .

ajax php script, PHP rss, javascript

0

Source: https://habr.com/ru/post/1787037/


All Articles