Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 826 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 826 Bytes

press-reader

This application is useful when a press service provider is images for each pages of a press newspaper. It will download images and generates a PDF from it.

UI

image

Domain Adaptor

To work properly, this website needs to provide an adaptor that will make the bridge between this site and the press service provider.

A domain adaptor must provides this following API:

getBooks: [ { code, group, latest { date }, name }... ]

getPages: (code, date) => [ idPage... ]

getArchives: (code) => [ { code, date}... ]

getImage (idPage) => Buffer

getThumbnail (code, date) => Buffer

Installation

Install the adaptor yourAdaptorh.js in adaptorh folder and start node index yourAdaptorh