🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

github.com/achesak/nim-rss

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
n

github.com/achesak/nim-rss

v0.0.0-20191006042203-c51da8c22dbc
100

Supply Chain Security

100

Vulnerability

100

Quality

100

Maintenance

100

License

Version published
Created
Issues
1

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.

FAQs

Package last updated on 06 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts