cleanup
This commit is contained in:
parent
f4fdb6d642
commit
331a0058d4
24 changed files with 1 additions and 25 deletions
|
@ -3,7 +3,6 @@ title: 'Automating RSS syndication and sharing with Next.js and GitHub'
|
|||
date: 2023-02-23
|
||||
draft: false
|
||||
tags: ['nextjs', 'rss', 'automation', 'github']
|
||||
summary: 'I wrote a basic syndication tool in Next.js to automate sharing items from configured RSS feeds to Mastodon.'
|
||||
---
|
||||
|
||||
I wrote a basic syndication tool in Next.js to automate sharing items from configured RSS feeds to Mastodon. This tool works by leveraging a few basic configurations, the Mastodon API and a (reasonably) lightweight script that creates a JSON cache when initialized and posts new items on an hourly basis.<!-- excerpt -->
|
||||
|
|
Reference in a new issue