/record_parser

Example Ruby program that parses some records

Primary LanguageRuby

Install the dependencies

bundle install

Run the tests

bundle exec rspec spec

Command line app

bundle exec bin/record_parser [options] [file ...]

Run the API Server (port 9292 by default)

bundle exec rackup