Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 384 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 384 Bytes

xml_feed_checker

Check multiple xml feeds with a single xpath expression

Usage

  • Create a yaml file with all your feed urls
- http://www.example.com/feed1.xml
- http://www.example.com/feed2.xml
- http://www.example.com/feed3.xml
- http://www.example.com/feed4.xml
  • Run an xpath expression against this file:
./index.js --xpath "count(//node)" --file feeds.yml