Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 448 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 448 Bytes

About

nim-rss is a Nim module for working with RSS.

Installation

Add the following to your {project}.nimble file:

requires "rss >= 1.1"

Usage

getRSS(url: string): RSS fetch and parse an RSS feed from a URL

loadRSS(filename: string): RSS read and parse a local RSS file

parseRSS(data: string): RSS parse RSS directly from a string

License

nim-rss is released under the MIT Open Source License.