Skip to content

Kexplx/scrapestar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

⭐ Scrapestar ⭐

HTML scraping made easy. Schedule recurring jobs and fetch their results from a simple REST API.

See the Demo on YouTube.

Prerequisites

In order to run the project you'll need docker and docker-compose installed.

Because of a modern docker-compose.yml format, you need a docker-compose version >= 1.6.

Usage

Run the application

docker-compose up

Open the UI at http://localhost:5005 and configure your jobs 🚀.

Contribute

Please use npm run format inside /ui or /api before pushing to apply our style guidelines and make the linter pass.