This is the {RR}Feed Validator Web Application prototype.
The Web Application requires Node.js v4+ to run.
Install the dependencies and devDependencies and start the server.
$ cd rr-feedvalidator
$ npm install
$ npm start
The Command Line Tool requires Node.js v4+ to run.
Install the dependencies and devDependencies and start the server.
$ cd rr-feedvalidator
$ npm install
$ node feedVal <name of the zip file> "|"
The {RR} Feed Validator uses a number of open source projects to work properly:
- [AngularJS] - HTML enhanced for web apps!
- [Twitter Bootstrap] - great UI boilerplate for modern web apps
- [node.js] - evented I/O for the backend
- [Express] - fast node.js network app framework [@tjholowaychuk]
- [jQuery] - duh
And of course the {RR} Feed Validator itself on a [public repository][dill] on GitHub.