npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-get-chapter-royalroad-in-epub-test

v0.2.7

Published

A N8N node for download one or multiple royalroad chapters in epub format

Downloads

28

Readme

n8n-nodes-get-chapter-royalroad-in-epub

This project contains custom nodes for n8n to download chapters from RoyalRoad and convert them into EPUB files.

Features

  • RoyalRoadNode: Downloads multiple chapters from RoyalRoad and generates a combined HTML file.
  • HtmlToEpubNode: Converts an HTML file (binary or string) into an EPUB file.

Node Previews

RoyalRoadNode

RoyalRoadNode

HtmlToEpubNode

HtmlToEpubNode

Import Workflow

Pre-configured Workflow

You can use the pre-configured workflow provided in this project. Simply copy the content of the n8n-template.json file and paste it into n8n to get a fully functional workflow.

Workflow Preview

This workflow includes the following steps:

  1. RSS Feed Primal Hunter: Fetches updates from the RoyalRoad RSS feed.
  2. Send notif Discord1: Sends a notification to Discord.
  3. RoyalRoad: Fetch Chapters: Downloads chapters from RoyalRoad.
  4. HTML → EPUB: Converts the downloaded HTML chapters into an EPUB file.
  5. Write Binary File: Saves the EPUB file locally (for me on komga).

Usage

RoyalRoadNode

  • Description: Downloads sequential chapters from RoyalRoad starting from a given URL.
  • Properties:
    • Start Chapter URL: URL of the first chapter.
    • Number of Chapters: Number of chapters to download.
    • Start Chapter Index: Index of the starting chapter (default is 1).
    • Output: Output format (binary or JSON).
    • File Name: Name of the generated file (if binary).

HtmlToEpubNode

  • Description: Converts an HTML file into an EPUB file.
  • Properties:
    • Input Mode: Input mode (binary or string).
    • Title: Title of the book.
    • Author: Author of the book.
    • Language: Language of the book.
    • File Name: Name of the generated EPUB file.

Scripts

  • npm run build: Compiles the project.
  • npm run dev: Starts the development mode with file watching.
  • npm run format: Formats the code using Prettier.
  • npm run lint: Lints the code using ESLint.
  • npm run lintfix: Automatically fixes ESLint errors.

Dependencies

  • cheerio: HTML parsing and manipulation.
  • typescript: Programming language used for this project.

Contribution

Contributions are welcome! Please submit a pull request or open an issue for any suggestions or problems.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Author: JamesDAdams

Contact: [email protected]