Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/axleware/mite
- Owner: Axleware
- License: apache-2.0
- Created: 2024-08-20T17:33:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T17:35:40.000Z (3 months ago)
- Last Synced: 2024-10-10T11:22:48.263Z (about 1 month ago)
- Topics: feed-reader, rss, sveltekit, tauri, typescript
- Language: Svelte
- Homepage:
- Size: 389 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```