Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkaszewski/news
News app
https://github.com/gkaszewski/news
Last synced: 8 days ago
JSON representation
News app
- Host: GitHub
- URL: https://github.com/gkaszewski/news
- Owner: GKaszewski
- Created: 2024-06-10T00:34:22.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-07T23:46:22.000Z (4 months ago)
- Last Synced: 2024-07-08T01:26:16.716Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 482 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news-gui/.gitignore
Awesome Lists containing this project
README
# News
Application that displays news from various RSS feeds.## Features
- [x] Fetching RSS news
- [x] Managing source of RSS news.
- [x] Summaration of news articles by AI.
- [ ] Local LLM models support
- [x] OpenAI LLM model support.
- [ ] GUI app## Technology
- Rust
- Tauri
- Svelte
- Sqlite
- AI## Workspaces
- shared - shared code between server and gui.
- news-gui - tauri app
- server - tokio server handling fetching rss feeds and calling OpenAI etc.## License
MIT