Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

get-rss-atom

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-rss-atom - npm Package Compare versions

Comparing version 1.0.6-g to 1.0.6-i

5

package.json
{
"name": "get-rss-atom",
"version": "1.0.6g",
"description": "Reed feed content from URL and return Array with Objects",
"version": "1.0.6i",
"description": "Reed feed content from URL and return ojects with items",
"main": "get.js",

@@ -13,2 +13,3 @@ "scripts": {

},
"keywords": ["rss", "atom"],
"author": "Niels Koster",

@@ -15,0 +16,0 @@ "license": "MIT",

22

README.md

@@ -21,11 +21,19 @@ Simple RSS/ATOM feed parser.

```
npm init -y
~~~
npm install --save get-rss-atom
```
~~~
### Usage
For example, create `reader.js`
An example reader:
~~~
mkdir reader
cd reader
npm init -y
npm install --save get-rss-atom
~~~
Create `reader.js`
~~~javascript

@@ -56,6 +64,6 @@ 'use strict';

### Run
Run:
```
~~~
node reader http://www.at5.nl/feeds/at5/nieuws/V100/nieuws
```
~~~
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc