Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetch medium posts via RSS feed #6

Open
phivk opened this issue Nov 10, 2021 · 0 comments
Open

fetch medium posts via RSS feed #6

phivk opened this issue Nov 10, 2021 · 0 comments

Comments

@phivk
Copy link
Contributor

phivk commented Nov 10, 2021

see this article:
https://medium.com/@KonradDaWo/how-to-display-medium-posts-on-a-website-with-plain-vanilla-js-basic-api-usage-example-865507848c2

We can request the publication's feed via a request to this URL:
https://api.rss2json.com/v1/api.json?rss_url=https://medium.com/feed/storytellers-united

then pull out the posts and loop over them to display them as cards (design is already in place)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant