See live version at https://validator.jsonfeed.org.
This is a Sinatra app. Follow these steps to set it up and run it locally:
- Clone or download this repository.
- Install the required Ruby version.
- Install the dependencies from the
Gemfile
:bundle install
. - Start the server:
ruby validator.rb
. - Open
http://localhost:4567
in your browser.