Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 1.17 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.17 KB

Charles Proxy Primer Blog Post

Build Status

This project is to be used with my blog post which is a primer on using Charles Proxy.

How To Run

The project is in Swift 5 and on Xcode 11.x.

In order to run the sample project, you'll need an Unsplash developer account and an Application ID. You can apply for one here: Unsplash API. Once you have an Application ID, replace [YOUR APPLICATION ID HERE] on the line that says let clientKey: String = "[YOUR APPLICATION ID HERE]" in the PhotoDataSource.swift class file.

Without the developer account and Application ID, the code will compile, but when you run the app, you won't see any results. Only an error.

Creator

Ryan Grier
@rwgrier

License

This project are made available under the MIT license. See the LICENSE file for more info.