https://github.com/idleberg/playdate-sdk-feed
The missing feeds for Playdate SDK updates
https://github.com/idleberg/playdate-sdk-feed
atom-feed playdate playdate-sdk rss-feed
Last synced: 9 months ago
JSON representation
The missing feeds for Playdate SDK updates
- Host: GitHub
- URL: https://github.com/idleberg/playdate-sdk-feed
- Owner: idleberg
- Created: 2023-03-15T23:29:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T18:53:07.000Z (9 months ago)
- Last Synced: 2025-04-27T10:00:06.384Z (9 months ago)
- Topics: atom-feed, playdate, playdate-sdk, rss-feed
- Language: JavaScript
- Homepage: https://idleberg.github.io/playdate-sdk-feed/
- Size: 113 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🕹 playdate-sdk-feed
> The missing feed for Playdate SDK updates.
[](https://github.com/idleberg/playdate-sdk-feed/actions)
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
```
## Self-hosted
In order to host the feed yourself, please follow these steps:
```sh
# 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.
## Related
[Install the Playdate SDK using a package manager](https://gist.github.com/idleberg/e246f7a582ac173d156c60ec23ce2af0)