Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1.12 KB

README.md

File metadata and controls

14 lines (8 loc) · 1.12 KB

Travis Status

Coverage Status

Followers

This is a simple demo app that connects to the Twitter API and retrieves your followers. You can drill down on your followers and see their followers as well.

The app uses the configured system Twitter account. If there are multiple accounts, it uses the last one in the list.

Unit test coverage isn't complete, but there are some detailed unit tests, especially for the Twitter interface. Unit tests use OCMock and Mocktail testing libraries and some utilities from the Google Toolbox for Mac for compatibility with gcov.

This project is also configured for continuous integration with Travis CI and reports unit test coverage with Coveralls.