Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 500 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 500 Bytes

rss-buttondown

Creates Buttondown newsletter drafts from an RSS feed.

Installation

npm i https://github.com/chidiwilliams/rss-buttondown

Usage

rss-buttondown

Environment variables

  • RSS_URL: URL of the RSS feed
  • BUTTONDOWN_API_KEY: Buttondown API key
  • MAX_RECENT_POST_AGE: Time difference to get the latest posts (in seconds). A value of "2592000", for example, will publish all posts from the last 30 days.