This is a simple app that uses SoundCloud API to authenticate and fetch user's affiliated tracks. Track names & waveforms are displayed in table view.
Acknowledgements:
- ReactiveCocoa — reactive stuff and bindings;
- AFNetworking — best iOS/Mac networking framework ever;
- GROAuth2SessionManager — OAuth 2 implementation for AFNetworking 2, slightly modified to be more compatible;
- Mantle — models & JSON mapping;
- OHHTTPStubs — network request stubbing for tests;