Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 764 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 764 Bytes

Website Peeker

Spring Boot application for taking instants images of online websites, for previews and thumbnails.

Build & Run

mvn clean spring-boot:run

Usage

Peek for a website screenshot

curl --output GET 'localhost:8080/website/iosue.it' --header 'Authorization: Basic dXNlcjpwYXNz'

Evict website from cache

curl DELETE 'localhost:8080/website/iosue.it' --header 'Authorization: Basic dXNlcjpwYXNz'