The missing feed for Playdate SDK updates.
The feed is available in these flavours:
https://idleberg.github.io/playdate-sdk-feed/feed.atom
https://idleberg.github.io/playdate-sdk-feed/feed.json
https://idleberg.github.io/playdate-sdk-feed/feed.rss
In order to host the feed yourself, please follow these steps:
# fork repository
git clone https://github.com/idleberg/playdate-sdk-feed
# install dependencies
cd playdate-sdk-feed && pnpm install
# build feeds
pnpm run build
You can now deploy the files inside the public
-folder to your webspace.