Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 478 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 478 Bytes

Welcome to Thumbnailr

A pair-programming exercise for interview candidates.

Requirements

Provide a REST API using Grape. The API exposes an endpoint to generate a thumbnail from a PDF.

  • Get request for a PNG.
  • Takes a page param.

Libraries

Installation

  1. bundle install
  2. lock_jars
  3. puma