Well, actually, it's not quite so cut and dried. The Feeds API is not deprecated, but there is a notice on the TOS indicating that the deprecation policy will not apply after April 2015. The deprecation policy stated that Google would do its best to maintain the service for three years after making the announcement. The voiding of this portion of the policy means that they may - or may not - shutter the service, with or without warning, at any time after that time.
So I don't think I would spend too much time or energy developing a new application on the back of the Feeds API. There has been no announcement (that I've seen) of a successor from Google, but there are a couple of viable options. The first option would be Yahoo Pipes. Pipes allows you to select one or more feeds, aggregate them, and output them in a variety of formats, including JSON (which is what you would want to use with JavaScript). And the second would be to build your own feed fetcher/parser/normalizer/cache system and then a REST-based service to serve the content up to your web app. jg On Mon, Sep 8, 2014 at 6:16 PM, Anthony C <acurci...@gmail.com> wrote: > I started a new project today using the Google Feed API and subsequently > found that it's getting deprecated in April 2015. What exactly does this > mean? Is it going to just up and stop working? > > Was looking for other JQuery alternatives, but pretty much everything I > find uses the Google API! > > Thanks and sorry for the stupid question. > > -- > -- > You received this message because you are subscribed to the Google > Groups "Google AJAX APIs" group. > To post to this group, send email to > google-ajax-search-api@googlegroups.com > To unsubscribe from this group, send email to > google-ajax-search-api+unsubscr...@googlegroups.com > To view this message on the web, visit > > https://groups.google.com/d/msgid/google-ajax-search-api/2ccfd1b0-18e9-476c-bd49-992e9fe7b450%40googlegroups.com > <https://groups.google.com/d/msgid/google-ajax-search-api/2ccfd1b0-18e9-476c-bd49-992e9fe7b450%40googlegroups.com?utm_medium=email&utm_source=footer> > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Google AJAX APIs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-ajax-search-api+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy R. Geerdes Generally Cool Guy Des Moines, IA If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! http://www.debraheightswesleyan.org -- -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-api@googlegroups.com To unsubscribe from this group, send email to google-ajax-search-api+unsubscr...@googlegroups.com To view this message on the web, visit https://groups.google.com/d/msgid/google-ajax-search-api/CAF4cwg_Yb-hvzXrkfvoWTrgUAMbOhgEX6JsdkFFxhOHRb9rupQ%40mail.gmail.com For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-ajax-search-api+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.