Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 483 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 483 Bytes

webpub

Takes one or multiple URLs (as GET form data) and makes epub files for them, de-cluttered using the Postlight Parser and embedding pictures.

Offers a form to input URLs.

Running

Spin it up using pnpm install && pnpm run start and visit http://localhost:3000/.

Readiness

There are bugs left. Some web pages can't be parsed by the Postlight Parser, for some the image fetching fails (the latter is likely more common).