ryanjones / domain_scan

A quick rails app to visit a bunch of urls and get a snapshot of the page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Domain Scan

A quick rails app to visit a csv of urls and grab a snapshot of the page.

  • clone the repo
  • run bundle install
  • run bin/rake db:migrate
  • Update csv file in lib/data/test_data.csv - Domains must have http:// or https://
  • run bin/rails s
  • visit localhost:3000

The homepage will take a while to load depending on how many urls you're loading. Not a production app, meant to be ran locally, no tests.

About

A quick rails app to visit a bunch of urls and get a snapshot of the page.


Languages

Language:Ruby 78.2%Language:HTML 15.3%Language:JavaScript 3.3%Language:CSS 2.5%Language:CoffeeScript 0.6%