Skip to content

gutakk/ruby-google-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Ruby Google Scraper

Gathering Google search information with your own keywords

Required Tools

Usage

Setup and boot the Docker containers

./bin/envsetup.sh

Setup the Postgres databases

rake db:setup

Run the Rails application

foreman start -f Procfile.dev

To visit app locally: localhost:3000

Run tests spec

rspec

Deployment

Ruby Google Scraper using Github Actions for CI/CD purposes and deploy to Heroku.

  • Production is deployed from master branch
  • Staging is deployed from development branch

About

This project is created to complete Web Certification Path at Nimble