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

https://github.com/kaihendry/webscreenshot

Take a screenshot of a Webpage and upload to S3 bucket
https://github.com/kaihendry/webscreenshot

firefox screenshot

Last synced: about 1 year ago
JSON representation

Take a screenshot of a Webpage and upload to S3 bucket

Awesome Lists containing this project

README

          

# Setup .env

BUCKET
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY

# Run it

docker run --rm --env-file .env -p 3000:8080 hendry/webscreenshot