An open API service indexing awesome lists of open source software.

https://github.com/federicoiosue/website-peeker

Spring Boot application for taking instants images of online websites, for previews and thumbnails.
https://github.com/federicoiosue/website-peeker

docker kotlin previewer spring-boot thumbnail-generator website

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Website Peeker

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

## Build & Run

```bash
mvn clean spring-boot:run
```

## Usage

### Peek for a website screenshot

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

### Evict website from cache

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