Skip to content

Demonstrating iOS best practices by consuming the Star Wars API at https://swapi.co/

Notifications You must be signed in to change notification settings

bjornmonnens/CleanSWAPI

 
 

Repository files navigation

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 cocoapods if this gem is not installed yet :
gem install cocoapods
  • Make sure all cocoapods are up 2 date :
pod repo update
  • 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

About

Demonstrating iOS best practices by consuming the Star Wars API at https://swapi.co/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 84.5%
  • Objective-C 8.1%
  • Ruby 7.4%