Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.05 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.05 KB

Clean SWAPI

This project demonstrates the use of newer and older best practices for iOS development by consuming the free Star Wars API on https://swapi.co/.

Getting Started

Just clone the project

git clone https://github.com/dvogels/CleanSWAPI

Prerequisites

Make sure you have installed :

Installing

In your terminal, go to the project directory

  • Install Bundler if this gem is not installed yet :
gem install Bundler
  • Install all gems locally in the vendor/bundle directory
bundle install --path vendor/bundle
  • Install all Cocoapods in the Podfile
bundle exec pod install
  • Open cleanswapi.xcworkspace

Acknowledgments