Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Creates Buttondown newsletter drafts from an RSS feed
https://github.com/chidiwilliams/rss-buttondown

buttondown rss

Last synced: 6 days ago
JSON representation

Creates Buttondown newsletter drafts from an RSS feed

Awesome Lists containing this project

README

        

# rss-buttondown

Creates Buttondown newsletter drafts from an RSS feed.

## Installation

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

## Usage

```bash
rss-buttondown
```

## Environment variables

- `RSS_URL`: URL of the RSS feed
- `BUTTONDOWN_API_KEY`: [Buttondown API](https://api.buttondown.email/v1/schema) 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.