Skip to content

unculture/scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Scraper Scrapes the Sainsbury's grocery site - Ripe Fruits page and returns a JSON array of all the products on the page. The URL for the page is currently hard coded into the application.

##Installation Requires PHP 5.4 and up. Install dependencies via Composer.

composer install

##Usage

php scrape.php

##Help To display the help text and list any options / flags:

php scrape.php --help

##Tests There are unit tests using PHPUnit. To run them from the project root directory use:

./vendor/bin/phpunit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published