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.
- Host: GitHub
- URL: https://github.com/kenzan8000/ladder-client
- Owner: kenzan8000
- License: mit
- Created: 2017-09-05T03:34:15.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T21:24:44.000Z (about 2 years ago)
- Last Synced: 2024-05-07T19:54:48.040Z (about 2 years ago)
- Topics: fastladder, ios, ladder-client, rss, rss-reader, swift
- Language: HTML
- Homepage: https://apps.apple.com/us/app/ladder-client/id1317507559
- Size: 39.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# ladder-client
[](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.

## 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.

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

## 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
```