1
0
Fork
You've already forked glrss_parser
0
Parse RSS feeds.
  • Gleam 95.9%
  • JavaScript 2.2%
  • Erlang 1.9%
2024年11月13日 19:40:46 -06:00
.github/workflows Everything commit 2024年08月26日 19:36:45 -05:00
src Keep track of depth when skipping unknown tags 2024年11月13日 14:04:27 -05:00
test Add test case for podcast feed 2024年11月13日 14:48:17 -05:00
.gitignore Ignore .vscode 2024年08月26日 21:06:13 -05:00
gleam.toml change version to 0.3.0 2024年11月13日 19:40:46 -06: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 Shift todo down 2024年08月26日 21:04:21 -05:00

glrss_parser

⚠️ WARNING: THIS HAS NOT BEEN TESTED. ⚠️

If you notice something wrong with the parsing, make an 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