forked from bobjoe12131/glrss_parser
Parse RSS feeds.
- Gleam 95.9%
- JavaScript 2.2%
- Erlang 1.9%
| .github/workflows | Everything commit | |
| src | Keep track of depth when skipping unknown tags | |
| test | Add test case for podcast feed | |
| .gitignore | Ignore .vscode | |
| gleam.toml | change version to 0.3.0 | |
| LICENSE-APACHE | Everything commit | |
| LICENSE-MIT | Everything commit | |
| manifest.toml | Remove old comments and file | |
| README.md | Shift todo down | |
glrss_parser
⚠️ WARNING: THIS HAS NOT BEEN TESTED. ⚠️
If you notice something wrong with the parsing, make an issue, or email.
gleam add glrss_parser
Look at the test for an example.
TODO:
- Parse atom feeds.
Further documentation can be found at https://hexdocs.pm/glrss_parser.
Development
gleam test # Run the tests