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

https://github.com/kenzan8000/ladder-client

iOS client for an open source RSS Reader called Fastladder. Ladder Client provides more mobile-optimized experience comparing to just viewing the RSS reader on mobile browser.
https://github.com/kenzan8000/ladder-client

fastladder ios ladder-client rss rss-reader swift

Last synced: 5 months ago
JSON representation

iOS client for an open source RSS Reader called Fastladder. Ladder Client provides more mobile-optimized experience comparing to just viewing the RSS reader on mobile browser.

Awesome Lists containing this project

README

          

App Icon

# ladder-client

[![CircleCI](https://circleci.com/gh/kenzan8000/ladder-client/tree/main.svg?style=svg)](https://circleci.com/gh/kenzan8000/ladder-client/tree/main)

[ladder-client](https://apps.apple.com/us/app/ladder-client/id1317507559) is an iOS client for an open source RSS reader called [Fastladder](https://github.com/fastladder/fastladder).
This app provides more mobile-optimized experience comparing to viewing the RSS reader by a mobile browser.

ladder-client

## Fastladder

Fastladder

[Fastladder](https://github.com/fastladder/fastladder) is an innovative RSS reader in the meaning that divides the browsing into two simpler tasks, feed browsing and article reading.
For example, in a usual RSS reader, you would see list of the updated feeds you subscribe to.
Then you dig in the unread articles in a feed, read the articles, back to the feed list, and iterate them again and again.
On the other hand, [Fastladder](https://github.com/fastladder/fastladder) separates reading each article from the whole task.
It allows you to first focus on single task pinning the articles you will read.
Later, you just read the pinned articles without any task interference.
Besides, the vim-like intuitive key bindings help you get the task done more quickly and less stressfully.

## iOS client

[ladder-client](https://apps.apple.com/us/app/ladder-client/id1317507559) is an iOS client for [Fastladder](https://github.com/fastladder/fastladder).
It aims not to break the original intuitive and stressless RSS reader experience.

The feed browsing and article reading are separated by the tabs.
tabs

There is still a vim-like quick and intuitive interaction when pinning an article from each feed.
feed-detail

## Installation

Download the project via the repository.

```shell
$ git clone https://github.com/kenzan8000/ladder-client.git
$ cd ladder-client
```

Install the [gems](https://github.com/rubygems/bundler).

```shell
$ bundle install
```

Open the Xcode project and run it.

```shell
$ open ladder-client.xcodeproj
```