Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fgribreau/rss-to-amp-stories
RSS to AMP Stories ⚡️
https://github.com/fgribreau/rss-to-amp-stories
amp amp-html amp-stories amp-story
Last synced: 25 days ago
JSON representation
RSS to AMP Stories ⚡️
- Host: GitHub
- URL: https://github.com/fgribreau/rss-to-amp-stories
- Owner: FGRibreau
- Created: 2018-02-15T14:45:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T05:15:49.000Z (3 months ago)
- Last Synced: 2024-11-21T04:34:38.507Z (about 2 months ago)
- Topics: amp, amp-html, amp-stories, amp-story
- Language: HTML
- Homepage: http://twitter.com/FGRibreau
- Size: 95.8 MB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSS To AMP-Stories (prototype)
I was at [#AMPConf Amsterdam](https://www.ampproject.org/amp-conf/) this week and discovered the new AMP Story feature.
During the ["Telling Stories with AMP" talk](https://www.youtube.com/watch?v=aael0hECWFw&index=4&list=PLXTOW_XMsIDSl5iyPxgtEI0ts5HfBTH8c) I made this quick & dirty prototype to check how it would work with an Rss feed.
Note that it should be used to display a single story and not many stories like I did here.## Demo
- [Ouest-France latest news in amp-story format](http://rss-to-amp-stories.cleverapps.io/?url=https://www.ouest-france.fr/rss-en-continu.xml)
- [Le Monde news in amp-story format](http://rss-to-amp-stories.cleverapps.io/?url=http://www.lemonde.fr/rss/une.xml)## What does it do
It converts an RSS feed to the AMP Story format, one story page per article.
## How to use it
First you'll need to sign up for the origin trial to publish pages with amp-story, please visit [bit.ly/amp-story-signup](bit.ly/amp-story-signup).
Then, you need to add an amp canonical link to :
```html
```
## Acknowledgement
- Thanks to [Ouest-France](https://www.ouest-france.fr) digital tech head to let me go to the [AMP Conf](https://www.ampproject.org/amp-conf/)
- Demo version is proudly hosted on [CleverCloud](https://clever-cloud.com)