README.md
# glrss_parser
## ⚠️ WARNING: THIS HAS NOT BEEN TESTED. ⚠️
If you notice something wrong with the parsing, make an issue, or email.
[![Package Version](https://img.shields.io/hexpm/v/glrss_parser)](https://hex.pm/packages/glrss_parser)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](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
```