Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poppa/feed2
Feed generator
https://github.com/poppa/feed2
Last synced: 19 days ago
JSON representation
Feed generator
- Host: GitHub
- URL: https://github.com/poppa/feed2
- Owner: poppa
- License: mit
- Created: 2019-10-23T08:30:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T02:28:14.000Z (over 1 year ago)
- Last Synced: 2024-11-27T20:37:36.620Z (about 1 month ago)
- Language: TypeScript
- Size: 490 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# feed2
This feed generator is heavily inspired by [feed][jpmonette],
so much cudos to the author of that module.So why creating yet anonther feed generator?
1. [feed][jpmonette] doesn't adhere fully to the RSS standard. It's hard
(impossible?) to add arbitrary elements with a corresponding XML
namespace.
2. [feed][jpmonette] is hard (impossible?) to extendSo the intention of this module is to make a generic feed generator that has
good typings, adhere fully to the various standards and is easily extendable.**Duly note:** this module is in its infancy
[jpmonette]: https://github.com/jpmonette/feed