An app to search and view for users and content from API such as GitHub and iTunes.
Friends is an iOS app that allows users to search content from API. There are two API services:
- Apple search API (iTunes)
- GitHub search API (Users)
As a result we get a bunch of GithubRecord
s or ITunesRecord
s depending what we a looking for.
- You can expand an icon to full screen.
Friends' Swift-DocC documentation is available here.