From ef8c7e55d614cd6aaabf74a023e6908e09c3cfa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C4=B0pek?= Date: Sun, 22 Aug 2021 03:07:18 +0300 Subject: [PATCH] added readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b6ab63b --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Contentful RSS Feed +I've been using Contentful as a backend for 2 of my websites. I needed RSS feed for the posts and I created this. + +It uses express and marked library for markdown. + +If you want to use it at your own be sure to export your CONTENTFUL_SPACE_ID and CONTENTFUL_ACCESS_KEY variables. You can change other variables however you want. + +I've created Atom feed but you can change the wording and have an RSS feed as well. + +[Atom example](https://en.wikipedia.org/wiki/Atom_(Web_standard)#Example_of_an_Atom_1.0_feed) + +[RSS example](https://en.wikipedia.org/wiki/RSS#Example)