Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 596 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 596 Bytes

Changelog Snap

This is a tiny Node.js PaaS (Puppeteer as a Service) that takes snaps of Changelog's dynamic episode image pages (example) and serves them for sharing.

The first time a snap is requested, it uploads the image to object storage for faster subsequent requests.

Usage

  1. Install dependencies via npm install
  2. Set the following environment variables:
  • AWS_ACCESS_KEY_ID
  • AWS_ENDPOINT_URL_S3
  • AWS_REGION
  • AWS_SECRET_ACCESS_KEY
  • BUCKET_NAME
  1. Launch the server via node server.js or npm start

Licence

MIT