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

dvogels/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 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