Skip to content

underhilllabs/maxfund_cats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby app for viewing current adoptable cats at Maxfund. Also includes cats that have been adopted in a different background color.

Download Dependencies

Run bundle install.

bundle install

Running the Web Scraper

To run the webscraper to scrape the maxfund website and create the sqlite database in data/maxfund_cats.rb

ruby lib/maxfund-scraper.rb

Running Web Application

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

About

cat info from Maxfund

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published