kindlyfire / mdrss-ts

RSS feed generator for Mangadex

Home Page:https://mdrss.tijlvdb.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://mdrss.tijlvdb.me/

License:Mozilla Public License 2.0


Languages

Language:TypeScript 72.7%Language:Vue 26.1%Language:JavaScript 1.1%