Parse RSS feeds.
- Gleam 96%
- JavaScript 2.1%
- Erlang 1.9%
| .github/workflows | Everything commit | |
| src | fix bad version attribute parsing | |
| test | fix bad version attribute parsing | |
| .gitignore | Ignore .vscode | |
| gleam.toml | change version to 0.4.0 | |
| LICENSE-APACHE | Everything commit | |
| LICENSE-MIT | Everything commit | |
| manifest.toml | Remove old comments and file | |
| README.md | remove the untested disclaimer | |
glrss_parser
If you notice something wrong with the parsing, make a pull request, 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