0.1.1 • Published 3 months ago

save-page-as-epub v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

save-page-as-epub

This package provides a command-line utility to fetch a webpage and save it as a readable ePub file. It's designed to simplify the process of saving online articles and web content for offline reading.

Installation

To install save-page-as-epub globally on your system, run:

npm install -g save-page-as-epub

Usage

To save a webpage as an ePub file, run:

savePageAsEpub <url>

Dependencies

  • @mozilla/readability: Parses the webpage for readable content.
  • jsdom: Provides DOM functionality for parsing webpages.
  • epub-gen: Generates ePub files from processed content.
0.1.1

3 months ago

0.1.0

3 months ago