RSS Viewer

RSS Viewer

Simple RSS Viewer

Free!

Not yet rated
Raymond Camden

Raymond Camden

Member since 2014

Details

Version:
1.0.2
Size:
1mb
Ionic:
1.3.x
Platforms:
iOS, Android, Windows Phone
Released:
9 years ago
Updated:
8 years ago
Category:
Starters
Tags:
feed, rss

This starter lets you build a simple RSS viewer in Ionic. By modifying just two values (a site title and RSS URL), the starter will handle rendering the RSS and displaying entries. It uses the InAppBrowser as well.

In the latest update, the code no longer uses the deprecated Google Feeds service.

Hey there! You'll need to log in before you can leave a comment here.

Ben

Ben   ·   9 years ago

That icon tho.

Carlos Rojas

Carlos Rojas   ·   9 years ago

lol... the best icon in the Market <B

Raymond Camden

Raymond Camden   ·   8 years ago

Just an FYI, this is using the Google Feed API which is now dead. Will be updating soon.

Vincent Raja

Vincent Raja   ·   8 years ago

Still This Codebase is in Google Feed Api or Updated?

Raymond Camden

Raymond Camden   ·   8 years ago

It is still Google Feed, but I've put it on my TODO to switch to a Yahoo Pipe.

Gino Côté

Gino Côté   ·   8 years ago

I just find this api for converting RSS to JSON. http://rss2json.com/

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Cheslyn Dcruz

Cheslyn Dcruz   ·   7 years ago

noob question. To get it working do I just need to update the title and the rss feed url in app.js or more ?

Raymond Camden

Raymond Camden   ·   7 years ago

Yep.

Cheslyn Dcruz

Cheslyn Dcruz   ·   7 years ago

Thank you for the prompt reply. But there seems to be something wrong with the starter here is what I did. > ionic start starter blank (because I see that your index has <body ng-app="starter"> , so named it starter) > The blank template app is created and it comes up. > now I replace the blank www folder content with the content of your rss feed zip (since the zip contains only the www folder) > then do an > ionic serve It does not render the RSS feed. You just get a Loading ... message and its stuck there. Tried changing the RSS feed url from what was default , still the same.

Raymond Camden

Raymond Camden   ·   7 years ago

Let's move this over to email so we can go a bit quicker. Please email me at raymondcamden@gmail.com. Tell me what you see when you use devtools.

syed imran

syed imran   ·   7 years ago

any update for the above issue because i am facing the same issue

Raymond Camden

Raymond Camden   ·   7 years ago

I never heard from Cheslyn. I'll extend the same offer to you, if you can reach out via email and share what you see in devtools, I'll try to help.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

wpdaniel

wpdaniel   ·   7 years ago

@RaymondCamden I build a php feed parser like google feed apis, try this: https://github.com/progcode/SlimFeedAPI

Raymond Camden

Raymond Camden   ·   7 years ago

Thanks - I'm using Yahoo Pipes now.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Ajay Search

Ajay Search   ·   7 years ago

Nubee question. Is this using Iconic 1 or ionic 2? If this uses Ionic 1 , how involved is it to convert to iconic 2?

Raymond Camden

Raymond Camden   ·   7 years ago

1.x. As for how involved - not terribly. I'm going to update it myself, but probably not for about 3 weeks.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Guillermo

Guillermo   ·   6 years ago

Hello, (sorry for my bad English) I created a blank project and then I copied the www folder that you delivered. It happens that only the message of "Loading ..." remains fixed, and it does not load anything, as another user explains to you. With your link, or with a different link that I wrote. Can you help me please ? Thank you very much! (grodrig@cnea.gov.ar)

Raymond Camden

Raymond Camden   ·   6 years ago

I sent you an email with some followup questions.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

  ·   just now

{{ comment.comment }}

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

  ·   just now

{{ comment.comment }}

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Guillermo

Guillermo   ·   6 years ago

Hello, (sorry for my bad English) I created a blank project and then I copied the www folder that you delivered. It happens that only the message of "Loading ..." remains fixed, and it does not load anything, as another user explains to you. With your link, or with a different link that I wrote. Can you help me please ? Thank you very much! (grodrig@cnea.gov.ar)

Raymond Camden

Raymond Camden   ·   6 years ago

I sent you an email with some followup questions.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Ajay Search

Ajay Search   ·   7 years ago

Nubee question. Is this using Iconic 1 or ionic 2? If this uses Ionic 1 , how involved is it to convert to iconic 2?

Raymond Camden

Raymond Camden   ·   7 years ago

1.x. As for how involved - not terribly. I'm going to update it myself, but probably not for about 3 weeks.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

wpdaniel

wpdaniel   ·   7 years ago

@RaymondCamden I build a php feed parser like google feed apis, try this: https://github.com/progcode/SlimFeedAPI

Raymond Camden

Raymond Camden   ·   7 years ago

Thanks - I'm using Yahoo Pipes now.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Cheslyn Dcruz

Cheslyn Dcruz   ·   7 years ago

noob question. To get it working do I just need to update the title and the rss feed url in app.js or more ?

Raymond Camden

Raymond Camden   ·   7 years ago

Yep.

Cheslyn Dcruz

Cheslyn Dcruz   ·   7 years ago

Thank you for the prompt reply. But there seems to be something wrong with the starter here is what I did. > ionic start starter blank (because I see that your index has <body ng-app="starter"> , so named it starter) > The blank template app is created and it comes up. > now I replace the blank www folder content with the content of your rss feed zip (since the zip contains only the www folder) > then do an > ionic serve It does not render the RSS feed. You just get a Loading ... message and its stuck there. Tried changing the RSS feed url from what was default , still the same.

Raymond Camden

Raymond Camden   ·   7 years ago

Let's move this over to email so we can go a bit quicker. Please email me at raymondcamden@gmail.com. Tell me what you see when you use devtools.

syed imran

syed imran   ·   7 years ago

any update for the above issue because i am facing the same issue

Raymond Camden

Raymond Camden   ·   7 years ago

I never heard from Cheslyn. I'll extend the same offer to you, if you can reach out via email and share what you see in devtools, I'll try to help.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Gino Côté

Gino Côté   ·   8 years ago

I just find this api for converting RSS to JSON. http://rss2json.com/

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Raymond Camden

Raymond Camden   ·   8 years ago

It is still Google Feed, but I've put it on my TODO to switch to a Yahoo Pipe.

Vincent Raja

Vincent Raja   ·   8 years ago

Still This Codebase is in Google Feed Api or Updated?

Raymond Camden

Raymond Camden   ·   8 years ago

Just an FYI, this is using the Google Feed API which is now dead. Will be updating soon.

Carlos Rojas

Carlos Rojas   ·   9 years ago

lol... the best icon in the Market <B

Ben

Ben   ·   9 years ago

That icon tho.

Hey there! You'll need to log in before you can leave a rating here.

There are no ratings for this starter yet

  ·     ·   just now

{{ rating.comment }}

  ·     ·   just now

{{ rating.comment }}