Skip to content

gy-chen/RSSHubApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSSHubApp

Create new routes in RSSHub without changing RSSHub source code.

Getting Started

Create project and install RSSHub

mkdir my-custom-rsshub
cd my-custom-rsshub
npm init
npm install rsshub

Code new route scripts. Create setting.json in the project root, then define route path and corresponding script in your setting.json.

{
    "routes": {
        "/my-custom-route": "path/to/myCustomRoute.js",
        "/my-custom-route2": "path/to/anotherCustomRoute.js"
    }
}

Start RSSHub

npx rsshubapp

Explore the new routes

http://localhost:1200/my-custom-route

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published