Parse RSS feeds.
- Gleam 96%
- JavaScript 2.1%
- Erlang 1.9%
| .github/workflows | ||
| src | ||
| test | ||
| .gitignore | ||
| gleam.toml | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| manifest.toml | ||
| README.md | ||
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