Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axleware/mite

A really simple RSS/Atom reader
https://github.com/axleware/mite

feed-reader rss sveltekit tauri typescript

Last synced: 16 days ago
JSON representation

A really simple RSS/Atom reader

Awesome Lists containing this project

README

        

# Mite

> Note that Mite is in alpha. While the application is usable, expect bugs!

A really simple RSS/Atom reader for your desktop.

![An ARS Technica article as seen in Mite](./.github/assets/readme-screenshot.png)

## Features

- Includes feed auto-discovery allowing you to locate feeds easily.
- Supports RSS 2.0 and Atom.

## Todo

- [ ] Dark mode (plus themes)
- [ ] Read/unread markers
- [ ] Subscription organizing
- [ ] Podcast support
- [ ] Scheduled polling
- [ ] Inbox/homepage
- [ ] JSON feed support
- [ ] OPML import/export
- [ ] Multiple languages

## Developing

To run the project locally (after cloning):

```bash
npm i
npm run dev
```