Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blakewilliams/newred
An open source reddit client for iOS built with React native.
https://github.com/blakewilliams/newred
Last synced: 16 days ago
JSON representation
An open source reddit client for iOS built with React native.
- Host: GitHub
- URL: https://github.com/blakewilliams/newred
- Owner: BlakeWilliams
- License: mit
- Created: 2015-06-13T21:08:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-14T04:44:55.000Z (over 9 years ago)
- Last Synced: 2024-12-15T14:57:12.556Z (19 days ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# newred
An open source iOS Reddit app built with [React Native].
[React Native]: https://facebook.github.io/react-native
## Running newred
* Clone this repo: `[email protected]:BlakeWilliams/newred.git`
* Open the newred directory: `cd newred`
* Install dependencies: `npm install`
* Open `newred.xcodeproj`: `open newred.xcodeproj`## What's done
* Viewing the first page of `r/all`.
* Visiting links on posts.
* Viewing self posts, including comments.## Todo
* Listing subredddits that can be viewed.
* Loading more posts on a subreddit.
* Link to comments for non-self posts.
* Logging into an account and displaying saved subreddits.
* Add ability to collapse comment threads.