A web scraper app using Nokogiri that extracts relevant data from Google Search.
-
Ruby version: 2.6.4
-
Rails version: 6.0.0
-
Database: PostgresSQL 11.4
-
Frontend UI: Bootstrap 3 w/ Sass
-
Linter: RuboCop
-
Test Framework: RSpec w/ SimpleCov
-
App URL: Nimble Scraper App
CSV layout to feed data into the app
id,query
1,lazada
2,11street
3,samsung
4,apple
5,dtac
6,ais
7,truemove
git clone [email protected]:shirishkz/nimble-scraper-app.git
cd project
bundle install
Use Figaro or setup API and Secret keys on a .env
file
rails db:setup
rails server
rspec
👤 Shirish Kayastha
- Twitter: @iamshirishkz
- Github: @shirishkz
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Copyright © 2019 Shirish Kayastha.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator