Project

seo_app

0.0
No commit activity in last 3 years
No release in over 3 years
Seo app for seo stuff
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.6.1, ~> 1.6.1
>= 0.13.5, ~> 0.13.5
>= 1.6.7.rc3, ~> 1.6.7.rc3
>= 3.0.6, ~> 3.0.6
>= 0.19.1, ~> 0.19.1
 Project Readme

Gem Version

Seo tools

Provides ability to scan selected pages for headers and all the links on page. Generating static html reports and serves them.

Heroku link

http://rubyseoapp.herokuapp.com/

Install

bundle install --path vendor/bundle

Usage from cli as gem

~/> seo_app
Commands:
  seo_app help [COMMAND]  # Describe available commands or one specific command
  seo_app list [options]  #  get all reports in current folder or specific path
  seo_app parse url       # Creates report html in current directory
~/> seo_app parse google.com
Parsing from url: google.com
Saving in ~/
Done!
~/> seo_app list
Getting all reports from ~/
Site url -- date of parsing -- key
google.com -- 2015.23.09 02-15-17 -- google.com__2015.23.09_02-15-17.html
That's all

Run

rackup config.ru

bundle exec rackup config.ru

Test

bundle exec rspec

Example

Index image

Report image

Released under the MIT license