Parse RSS feeds.
  • Gleam 96%
  • JavaScript 2.1%
  • Erlang 1.9%
Find a file
2025-10-06 01:12:46 +02:00
.github/workflows Everything commit 2024-08-26 19:36:45 -05:00
src fix bad version attribute parsing 2025-10-02 22:05:07 -04:00
test fix bad version attribute parsing 2025-10-02 22:05:07 -04:00
.gitignore Ignore .vscode 2024-08-26 21:06:13 -05:00
gleam.toml change version to 0.4.0 2025-10-05 23:54:07 +02:00
LICENSE-APACHE Everything commit 2024-08-26 19:36:45 -05:00
LICENSE-MIT Everything commit 2024-08-26 19:36:45 -05:00
manifest.toml Remove old comments and file 2024-08-26 20:53:01 -05:00
README.md remove the untested disclaimer 2025-10-06 01:12:46 +02:00

glrss_parser

If you notice something wrong with the parsing, make a pull request, issue, or email.

Package Version Hex Docs

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