Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 506 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 506 Bytes

RSS-Ruby

Building an RSS feed reader in Ruby

Prerequisite

Ruby must be installed on your machine before you can run this app. Alternatively, you could run the code in OneCompiler (Ruby): https://onecompiler.com/ruby.

Launching the app

Run the following command

ruby app.rb

Run RSpec tests

Use the command below

bundle exec rspec

Helpful links