Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haroldtreen/epub-press-clients

📦 Clients for building books with EpubPress.
https://github.com/haroldtreen/epub-press-clients

article chrome ebook epub extension firefox javascript kindle npm

Last synced: 1 day ago
JSON representation

📦 Clients for building books with EpubPress.

Awesome Lists containing this project

README

        


# epub-press-clients
> Easy to use clients for building ebooks with [EpubPress](https://epub.press).

Backend code can be found in [haroldtreen/epub-press](https://github.com/haroldtreen/epub-press).

Follow us on [Twitter](https://twitter.com/Epub_Press).

## Overview
EpubPress is a service for stitching articles/blogs/webpages into a customized ebook.

#### 🌟 Benefits 🌟
EpubPress makes reading the web more enjoyable!

- Downloads your articles for offline reading.
- Books are compatible with all your iPhone, Android, Kindle, Nook, etc.
- Removes website boilerplate and ads. Just. Clean. Content.
- Lets you group information together (eg. "News from this week", "Top 10 travel articles").
- Easy to sharing with friends.

## Packages 📦

### epub-press-chrome

[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/pnhdnpnnffpijjbnhnipkehhibchdeok.svg?maxAge=2592000)](https://chrome.google.com/webstore/detail/epubpress-read-the-web-of/pnhdnpnnffpijjbnhnipkehhibchdeok)
[![Chrome Web Store](https://img.shields.io/chrome-web-store/d/pnhdnpnnffpijjbnhnipkehhibchdeok.svg?maxAge=2592000)](https://chrome.google.com/webstore/detail/epubpress-read-the-web-of/pnhdnpnnffpijjbnhnipkehhibchdeok)

Source code for the EpubPress chrome extension. The extension allows you to build ebooks by selecting articles from your currently open tabs.

**It is available on the [Chrome Store](https://chrome.google.com/webstore/detail/epubpress/pnhdnpnnffpijjbnhnipkehhibchdeok)**

See the Readme [here](./packages/epub-press-chrome/README.md)

### epub-press-js

[![npm](https://img.shields.io/npm/v/epub-press-js.svg?maxAge=2592000)](https://www.npmjs.com/package/epub-press-js)
[![npm](https://img.shields.io/npm/dt/epub-press-js.svg?maxAge=2592000)](https://www.npmjs.com/package/epub-press-js)

A javascript library for creating books with EpubPress.

**It is available on [npm](https://www.npmjs.com/package/epub-press-js)**

See the Readme [here](./packages/epub-press-js/README.md)

### epub-press-widgets

A set of ready to use widgets for integration by publishers. Give your users the ability to download your content in an ebook.

**Development/release is on the Roadmap.***

See the Readme [here](./packages/epub-press-widgets/README.md)

## Roadmap 🛣
- Widgets.
- Ability to share your generated creations with others.
- Custom cover page.
- Extra metadata (eg. author).
- Detection for pages with a list of links (eg. OneTab, Feedly, RSS Feeds) and show those links.

Have any awesome ideas? Suggestions? Feature requests? Would love to hear them!
[email protected]

## Bug Reporting 🐛
Create an [issue](https://github.com/haroldtreen/epub-press-clients/issues) in Github.

**OR**

Send a help request to [[email protected]](mailto:[email protected]).
Please include as much information as possible (eg. version, os, reproduction steps, screenshots)

## Acknowledgements 👏

- Icon created by Picol.org (http://www.picol.org/)
- Content extraction using `node-readability` (https://www.npmjs.com/package/node-readability)
- epub construction using `nodepub` (https://www.npmjs.com/package/nodepub)