README.md
# glrss_parser
## ⚠️ WARNING: THIS HAS NOT BEEN TESTED. ⚠️
If you notice something wrong with the parsing, make an issue, or email.
[](https://hex.pm/packages/glrss_parser)
[](https://hexdocs.pm/glrss_parser/)
```sh
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
```sh
gleam test # Run the tests
```