Skip to content

akhleung/scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scraper

Sample scraper for job listings

This project requires Java 8 and Maven 3. To build, use the following command:

mvn clean package

This will create an executable jar inside the target folder (note that the test will attempt to start the server, which requires port 8080 to be free). To run the server, use the following command from the root project folder:

java -jar target/scraper-1.0-SNAPSHOT-spring-boot.jar

This will start the server on port 8080; from there, you can use your favorite client to start issuing requests.

About

Sample scraper for job listings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages