https://github.com/msaaddev/validate-rss-sitemap
Validate RSS feed and Sitemap of one app against other app
https://github.com/msaaddev/validate-rss-sitemap
nodejs rss-feed sitemap validate-rss-feed validate-sitemap
Last synced: about 1 year ago
JSON representation
Validate RSS feed and Sitemap of one app against other app
- Host: GitHub
- URL: https://github.com/msaaddev/validate-rss-sitemap
- Owner: msaaddev
- License: mit
- Created: 2022-11-07T14:12:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T09:24:58.000Z (over 3 years ago)
- Last Synced: 2024-11-05T12:22:12.330Z (over 1 year ago)
- Topics: nodejs, rss-feed, sitemap, validate-rss-feed, validate-sitemap
- Language: JavaScript
- Homepage:
- Size: 813 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README

Validate RSS feed and Sitemap of one app against other app

- **RSS Feed**: Quickly validate RSS feed inside your terminal
- **Sitemap**: Quickly validate Sitemap inside your terminal
- **Simple**: Just pass the URLs of both apps and it will validate the RSS feed and Sitemap of one app against other app.
- **Cross-Platform**: Works on Windows, Linux, and macOS
- **MIT License**: Free to use for personal and commercial projects

## Install
```sh
# install the CLI globally
npm i -g validate-rss-sitemap
# use it with npx (recommended)
npx validate-rss-sitemap
```

## Usage
```sh
# run the CLI
validate
# help
validate help
# validate RSS feed
validate rss
# validate Sitemap
validate sitemap
```

## 👨🏻💻 Contributing
Make sure you read the [contributing guidelines](https://github.com/msaaddev/validate-rss-sitemap/blob/main/contributing.md) before opening a PR.
## ⚡️ Other Projects
I have curated a [detailed list](https://github.com/msaaddev/open-source) of all the open-source projects I have authored. Do take out a moment and take a look.
## 🙌 Props
- [Nirmalya Ghosh](https://github.com/ghoshnirmalya) (Suggested the idea)
## 🔑 License & Conduct
- MIT © [Saad Irfan](https://github.com/msaaddev)
- [Code of Conduct](https://github.com/msaaddev/validate-rss-sitemap/blob/main/code-of-conduct.md)