1go-feedparser - Simple RSS and ATOM feed parser.
2
3To install, run
4 go get -u github.com/nmeum/go-feedparser
5
6This is a simple feed parser. Currently it supports RSS2 and ATOM web
7feeds. It uses "golang.org/x/text/encoding" and thus supports non-UTF8
8encoded feeds. The code was originally imported from cpod
9<https://github.com/nmeum/cpod> and is licensed under GNU GPLv3 (or
10later).
11
12Documentation is missing at the moment and the tests are not completed yet.