8000 GitHub - makefu/mdrss-ts: RSS feed generator for Mangadex
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

makefu/mdrss-ts

 
 

Repository files navigation

MDRSS-TS

Public feed generator for MangaDex.

  • Outputs RSS 2.0
  • Supports filtering by manga, scanlation group, uploader, language, original language, tags (inclusive and exclusive)
  • Supports filtering by a combination of any of the above
  • Will never hit the MangaDex rate limit

Creating a feed

There is a generator available that can generate feed URLs for you.

Development

This project requires Bun.

bun i

# Configure .env in `backend/`, then
bun migrate

# Development (watchers)
bun bdev # back-end
bun fdev # front-end

# Production
bun fbuild # build front-end
NODE_ENV=production bun start # start back-end

About

RSS feed generator for Mangadex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.1%
  • Vue 25.6%
  • Dockerfile 1.5%
  • JavaScript 1.1%
  • Shell 0.7%
0