I created scraper for "FDM 3DPrinter Store" in this project. This project show printer name, price and review from this website. You can sort them by price or review.
To get this project up and running locally, you should have Ruby installed.
Step 1: Clone the repository
'git clone https://github.com/'
Step 2: Move into the project directory
'cd printer_store_scraper'
Step 3: Install necessary dependencies
'bundle install'
Step 4: Run the app
'ruby bin/main.rb'
- Clone the repo to your local folder
- cd into the folder
- install rspec by gem install rspec
- Run rspec .
- 3 examples, 0 failures will be output.
- Ruby
- Nokogiri
- OpenURI
- Rubocop
- Rspec
👤 Ahmet Bozacı
- Github:ahmtbozaci
- Twitter:ahmtbozaci
- LinkedIn:ahmtbozaci
Contributions, issues and feature requests are welcome!
Feel free to check the issues page
This project is MIT licensed.
The project is part of Microverse Technical curriculum - Ruby section
Give a ⭐️ if you like this project!