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

https://github.com/gonejack/rss-epub

RSS feeds to epub books.
https://github.com/gonejack/rss-epub

epub feed rss

Last synced: about 1 month ago
JSON representation

RSS feeds to epub books.

Awesome Lists containing this project

README

          

# Notice
This project is no more recommended due to the unstabitily and lack of maintenance of [epub-gen](https://github.com/cyrilis/epub-gen).

Please use these separate command line tools instead:

[rss-to-html](https://github.com/gonejack/rss-to-html)

[html-to-epub](https://github.com/gonejack/html-to-epub)

[html-to-email](https://github.com/gonejack/html-to-email)

[embed-email](https://github.com/gonejack/embed-email)

# rss-epub
Archive RSS feeds to epub books.

[![Build Status](https://travis-ci.com/gonejack/rss-epub.svg?branch=master)](https://travis-ci.org/gonejack/rss-epub)
[![GitHub license](https://img.shields.io/github/license/gonejack/rss-epub.svg?color=blue)](LICENSE.md)


prepare
```shell
npm i -g typescript
npm i
```

build & run
```shell
npm run build
npm start
```