<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: damoeb</title>
    <description>The latest articles on DEV Community by damoeb (@damoeb).</description>
    <link>https://dev.to/damoeb</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F508111%2F0cd11088-90e7-424b-a301-19d76a5ca25c.jpeg</url>
      <title>DEV Community: damoeb</title>
      <link>https://dev.to/damoeb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/damoeb"/>
    <language>en</language>
    <item>
      <title>Create RSS Feed from any website</title>
      <dc:creator>damoeb</dc:creator>
      <pubDate>Wed, 04 Nov 2020 15:55:42 +0000</pubDate>
      <link>https://dev.to/damoeb/create-rss-feed-from-any-website-dah</link>
      <guid>https://dev.to/damoeb/create-rss-feed-from-any-website-dah</guid>
      <description>&lt;p&gt;With the current decline in support of RSS feeds I felt the urge to do something about it, cause I really like the idea of being able to automate on top of a website of choice using feeds. My idea was to analyze the HTML and derive article candidates from it. &lt;/p&gt;

&lt;p&gt;The resulting proof-of-concept &lt;a href="https://rssproxy.migor.org/"&gt;https://rssproxy.migor.org/&lt;/a&gt; (Repository &lt;a href="https://github.com/damoeb/rss-proxy"&gt;https://github.com/damoeb/rss-proxy&lt;/a&gt;) works quite well, with obvious potential for improvements. You may try to run it locally using docker. The webapp will then be available at &lt;a href="http://localhost:3000"&gt;http://localhost:3000&lt;/a&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ docker run -p 3000:3000 -it damoeb/rss-proxy
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Keep in mind, that one of the limitations is like a lack of support for browser generated content.&lt;/p&gt;

&lt;p&gt;Thanks for reading – I'd love to get your thoughts, feedback, and ideas! &lt;/p&gt;

</description>
      <category>typescript</category>
      <category>showdev</category>
      <category>algorithms</category>
      <category>angular</category>
    </item>
  </channel>
</rss>
