get-rss-atom
Advanced tools
Comparing version 1.0.6-g to 1.0.6-i
{ | ||
"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", |
@@ -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 | ||
``` | ||
~~~ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
4761
68