1
4
Fork
You've already forked glrss_parser
1
Parse RSS feeds.
  • Gleam 96%
  • JavaScript 2.1%
  • Erlang 1.9%
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