Ruby app for viewing current adoptable cats at Maxfund. Also includes cats that have been adopted in a different background color.
Run bundle install.
bundle install
To run the webscraper to scrape the maxfund website and create the sqlite database in data/maxfund_cats.rb
ruby lib/maxfund-scraper.rb
To run the sinatra app locally
ruby app.rb
Next open up http://localhost:4567 in a browser.
To run the Sinatra app on a public webserver:
ruby app.rb -o 0.0.0.0