https://github.com/m4rc3l05/feed-normalizer
Normalize RSS/RDF/ATOM/JSON feeds
https://github.com/m4rc3l05/feed-normalizer
atom atom-feed-parser deno json json-feed json-feed-parser rdf rdf-feed-parser rss rss-feed-parser
Last synced: about 1 month ago
JSON representation
Normalize RSS/RDF/ATOM/JSON feeds
- Host: GitHub
- URL: https://github.com/m4rc3l05/feed-normalizer
- Owner: M4RC3L05
- License: mit
- Created: 2024-05-17T19:40:11.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-22T12:02:42.000Z (8 months ago)
- Last Synced: 2025-02-05T20:35:19.817Z (3 months ago)
- Topics: atom, atom-feed-parser, deno, json, json-feed, json-feed-parser, rdf, rdf-feed-parser, rss, rss-feed-parser
- Language: TypeScript
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Feed normalizer
Normalize RSS/RDF/JSON feeds
## Setup
```sh
git submodule update --init
``````sh
git config --local core.hooksPath ./.git-hooks/hooks
```