Iwara Feed is a service that generates RSS feeds for Iwara users. It is designed to run on Cloudflare Workers.
- Generate Atom 1.0, RSS 2.0, and JSON feeds for any Iwara user.
- Designed to run efficiently on Cloudflare Workers.
You can access the feeds at the following URLs, replacing :username
with the username of the Iwara user you want to generate a feed for and :format
with the desired feed format (atom
, rss
, or json
).
http://localhost:8787/:username/:format
- Clone this repository:
git clone https://github.com/lmly9193/iwara-feed.git
- Install the dependencies:
pnpm install
- Start the server:
pnpm run dev
To deploy this service to Cloudflare Workers, follow these steps:
- Update the name of your workers in the
wrangler.toml
file. - Deploy the service:
pnpm run deploy
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License. See the LICENSE
file for details.