#126 Add Fedora planet Page
Opened by shresthagrawal. Modified
shresthagrawal/Fedora-app AddFeed  into  master

Download 126.patch

I have added the Fedora Planet Page using the RSS feeds generated by Atom 1.0 feeds. Using the RSS Parser (https://www.npmjs.com/package/rss-parser) an async service is created which returns the json result. In the beginning only the Heading, Title, Author, and the Content Snippet is displayed using the Ionic Card but as soon as the heading is clicked the whole content appears and If heading is clicked again it minimizes back.

1 new commit added

  • removed info.png

This does not work on browser or devapp. Take care of CORS by using a conditional proxy. Check how it is done in other providers using the chooseEndpoint

https://pagure.io/Fedora-app/blob/master/f/src/providers/ask-fedora/ask-fedora.ts#_16

Instead of a planet JPG file, use

https://ionicons.com/

1 new commit added

  • added proxy to take care of CORS in fedora planet

1 new commit added

  • open in browser for fedora planet
Metadata