? Papr Mobile app
Papr is an unofficial Unsplash app for iOS.
?♂️ Getting Started
git clone https://github.com/jdisho/Papr.git
cd Papr
pod install
open Papr.xcworkspace # or xed .
⚙️ Setup
To be able to log in during development, you’ll need a Client ID and Client Secret.
To get these, register a new OAuth application on Unsplash.
Make sure the Authorization callback URL is set to papr://unsplash
. The others can be filled in as you wish.
To add the Client ID and Client Secret to the App, follow these steps:
? Why am I building this?
- Pushing
RxSwift
to its limits. ?
MVVM
+ Coordinator
- Using
Codable
, RxDataSources
, Action
.
- Exploring Unsplash and its API
- Fun thing!
❤️ Contributing
RxSwift
to its limits. ?MVVM
+ Coordinator
Codable
, RxDataSources
, Action
.I intend for this project to be more as an educational resource, learn by open sourcing.
I am very open for feedback and contribution.