Hirevo / rss-app

An application to subscribe to RSS feeds

Home Page:https://app.rss.polomack.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSS App

Subscribe to and read from RSS feeds, everywhere

About

API is deployed live at: https://rss.polomack.eu
Frontend is deployed live at: https://app.rss.polomack.eu

This is the development repository for RSS App, an application to subscribe and follow RSS feeds.

The app is composed of:

  • An API server, written in Rust, implementing all of the business logic for managing RSS feeds
  • 3 clients:
    • An iOS application, written using SwiftUI
    • A macOS application, also using SwiftUI
    • A Web frontend, written using Svelte

Both the API server and the Web frontend are continuously deployed from this repository using Heroku.

You can find more information about each components in their respective folders:

  • api/: the API server
  • iOS/: the iOS application
  • macOS/: the macOS application
  • web/: the Web frontend

About

An application to subscribe to RSS feeds

https://app.rss.polomack.eu


Languages

Language:Swift 37.6%Language:Rust 28.5%Language:Svelte 26.7%Language:TypeScript 4.9%Language:JavaScript 1.4%Language:CSS 0.6%Language:HTML 0.2%