#

Introduction

Provides RSS feed for any NPM package hosted on npmjs.com
Useful to get the tracked NPM packages updates to your Slack: config instructions

Technology

It's a REST API hosted on AWS Lambda function URL secured by API KEY

How to use

GET request to generate RSS for @calcom/atoms package.

curl 'https://dyfo63mtdlodetvexjzwc5pxpe0mcvpe.lambda-url.us-east-1.on.aws?n=@calcom/atoms&api_key=trial-may-2024-api-key'
Important: To get your trial API key send me a message to hello@npmrss.com

Returns a fully formed RSS feed:
                        <rss
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
  <title>
    <![CDATA[ @calcom/atoms RSS ]]>
  </title>
  <description>
    <![CDATA[ RSS feed for ${packageName} npm package updates ]]>
  </description>
  <link>http://github.com/dylang/node-rss</link>
  <generator>nodejs20.x</generator>
  <lastBuildDate>Wed, 22 May 2024 16:01:32 GMT</lastBuildDate>
  <atom:link href="dyfo63mtdlodetvexjzwc5pxpe0mcvpe.lambda-url.us-east-1.on.aws" rel="self" type="application/rss+xml"/>
    <language>
      <![CDATA[ en ]]>
    </language>
    <item>
      <title>
        <![CDATA[ 1.0.44 ]]>
      </title>
      <description>
        <![CDATA[ Customizable UI components to integrate scheduling into your product. ]]>
      </description>
      <link>https://www.npmjs.com/package/@calcom/atoms/v/1.0.44</link>
      <guid isPermaLink="false">@calcom/atoms@1.0.44</guid>
      <pubDate>Wed, 15 May 2024 14:22:52 GMT</pubDate>
    </item>
    <item>
      <title>
        <![CDATA[ 1.0.43 ]]>
      </title>
      <description>
        <![CDATA[ Customizable UI components to integrate scheduling into your product. ]]>
      </description>
      <link>https://www.npmjs.com/package/@calcom/atoms/v/1.0.43</link>
      <guid isPermaLink="false">@calcom/atoms@1.0.43</guid>
      <pubDate>Wed, 15 May 2024 13:10:52 GMT</pubDate>
    </item>
  </channel>
</rss>