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.
- Host: GitHub
- URL: https://github.com/federicoiosue/website-peeker
- Owner: federicoiosue
- License: apache-2.0
- Created: 2021-10-31T13:42:33.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-11-22T07:34:05.000Z (over 4 years ago)
- Last Synced: 2025-01-20T00:57:05.256Z (over 1 year ago)
- Topics: docker, kotlin, previewer, spring-boot, thumbnail-generator, website
- Language: Kotlin
- Homepage:
- Size: 2.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```