Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 425 Bytes

File metadata and controls

13 lines (9 loc) · 425 Bytes

JSON Feed Validator

See live version at https://validator.jsonfeed.org.

Development

This is a Sinatra app. Follow these steps to set it up and run it locally:

  1. Clone or download this repository.
  2. Install the required Ruby version.
  3. Install the dependencies from the Gemfile: bundle install.
  4. Start the server: ruby validator.rb.
  5. Open http://localhost:4567 in your browser.