ashfurrow / FunctionalReactivePixels

A demonstration of how to use FRP with ReactiveCocoa in an iOS context using the 500px API.

Home Page:https://leanpub.com/iosfrp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

500px shut down their API, which this repo relied on. The code here will no longer work. Sorry about that – it's a shame, too, since their API was something that made 500px special and now it's gone.

A demonstration of how to use FRP with ReactiveCocoa in an iOS context using the 500px API.

This is code to accompany my book.

Installing

Clone the repo and run pod install from the repo's directory to install the required pods.

git clone https://github.com/ashfurrow/FunctionalReactivePixels.git
cd FunctionalReactivePixels
pod install

Please do not click the "Download ZIP" button on this page.

Please don't go all creepy with my consumer key.

About

A demonstration of how to use FRP with ReactiveCocoa in an iOS context using the 500px API.

https://leanpub.com/iosfrp

License:MIT License


Languages

Language:Objective-C 99.2%Language:Ruby 0.8%