
Coffee App Instructions
Implement an application that follows the design storyboard found here.
Use the API located at https://coffeeapi.percolate.com/
iOS Requirements
Required:
- Do all layout using autolayout in code.
- Target iOS 10.3+
- Write the app in Swift
Nice-to-haves:
- Network calls using Alamofire
- Send your
api_key
as theAuthorization
HTTP header, not as aGET
param.
Please make sure your submission is compilable out of the box. If you use cocoapods this'll mean including the Pod project in your submission.
You can make your own assumptions about any details not mentioned. Feel free to email us with any questions and be sure to state your assumptions as part of your submission.
We understand that this project will take a full day or two to develop, and that you have a job, hobbies, and a life. Do it in a reasonable amount of time. We want to see how well you can write code not how fast.