Skip to content

pdulvp/press-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web application to download PDF newspapers

Topics

Resources

Stars

Watchers

Forks