Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edm00se/feed
a unified RSS feed aggregation, implementing 11ty/eleventy-activity-feed, also provides an SPA viewer for the resultant feed
https://github.com/edm00se/feed
Last synced: 7 days ago
JSON representation
a unified RSS feed aggregation, implementing 11ty/eleventy-activity-feed, also provides an SPA viewer for the resultant feed
- Host: GitHub
- URL: https://github.com/edm00se/feed
- Owner: edm00se
- Created: 2023-01-20T22:46:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T18:49:21.000Z (4 months ago)
- Last Synced: 2024-07-30T23:07:01.048Z (4 months ago)
- Language: JavaScript
- Homepage: https://edm00se.codes/feed/
- Size: 398 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# feed
## [feed.rss](https://edm00se.codes/feed/feed.rss) | [viewer](https://edm00se.codes/feed/)
An implementation of [11ty/eleventy-activity-feed](https://github.com/11ty/eleventy-activity-feed) to provide a unified RSS feed of the goings on of @edm00se across each of:
- [Mastodon](https://hachyderm.io/@edm00se) | [feed](https://hachyderm.io/users/edm00se.rss)
- [Pixelfed](https://pixelfed.social/edm00se) | [feed](https://pixelfed.social/users/edm00se.atom)
- [YouTube](https://www.youtube.com/c/edm00se) | [feed](https://www.youtube.com/feeds/videos.xml?channel_id=UC_vr254x82ZrrSFO6XgnWvg)
- [Blog](https://edm00se.io/) | [feed](https://edm00se.io/feed.atom)
- [Misc Blog](https://misc.edm00se.codes/) | [feed](https://misc.edm00se.codes/feed.xml)## Installation and Use
```
npm install
npm run build
```## License
MIT