pdulvp / press-reader

Web application to download PDF newspapers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 97.0%Language:HTML 2.4%Language:CSS 0.6%