
# Feed-Nim
A feed parsing module for [Nim](https://nim-lang.org), which parses RSS, Atom, and JSONfeed syndication formats. This has been substantially re-written and expanded from [Nim-RSS](https://github.com/achesak/nim-rss)
It has not been tested, has no tests, and is mostly written by an inexperienced dope who barely understands Nim. Use at your own risk.
## Usage
loadAtom(filename: string): Atom Loads the Atom from the given _filename_
getAtom(url: string): Atom Gets the Atom from the specified _url_
loadRSS(filename: string): RSS Loads the RSS from the given _filename_
getRSS(url: string): RSS Gets the RSS from the specified _url_
loadJsonFeed(filename: string): JSONfeed Loads the JSONFeed from the given _filename_
getJsonFeed(url: string): JSONfeed JsonFeed = JSONFeed from the specified _url_