Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 820 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 820 Bytes

Marvel Superhero App for iOS

Build Status

Description

The application is made using Marvel API, for explain the use of Clean Architecture and MVP in Swift.

Run Requirements

  • Xcode 9.2

Build and run the application

To run the application using real data obtained from the Marvel API create a env-vars.sh file inside the project directory and add your public and private key there as follows:

export MARVEL_PUBLIC_API_KEY=YOUR_PUBLIC_API_KEY
export MARVEL_PRIVATE_API_KEY=YOUR_PRIVATE_API_KEY

Before compile Swift files, Sourcery will generate a configuration file with these credentials