You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,14 @@ import { extract } from 'https://esm.sh/@extractus/feed-extractor'
48
48
49
49
Please check [the examples](https://github.com/extractus/feed-extractor/tree/main/examples) for reference.
50
50
51
+
52
+
## Automate RSS feed extraction with GitHub Actions
53
+
54
+
[RSS Feed Fetch Action](https://github.com/Promptly-Technologies-LLC/rss-fetch-action) is a GitHub Action designed to automate the fetching of RSS feeds.
55
+
It fetches an RSS feed from a given URL and saves it to a specified file in your GitHub repository.
56
+
This action is particularly useful for populating content on GitHub Pages websites or other static site generators.
57
+
58
+
51
59
## CJS Deprecated
52
60
53
61
CJS is deprecated for this package. When calling `require('@extractus/feed-extractor')` a deprecation warning is now logged. You should update your code to use the ESM export.
0 commit comments