Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.11 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.11 KB

Zed

A simple app that shows how to use SwiftUI, CoreData, and Riot API

Information
Platform iOS License MIT

Key Features

  • SwiftUI + Combine + MVVM
  • CoreData abstraction behind a repository
  • Riot API

Screenshot

App Screenshot

Getting Started

Prerequisites

  1. Xcode
  2. Riot API keys

Installation

  1. Clone or download the project to your local machine
  2. Open and replace <YOUR RIOT API KEY> with your own Riot API key in RiotRepository.swift
final class RiotRepository: RiotRepositoryProtocol {
    let league = LeagueAPI(APIToken: "<YOUR RIOT API KEY>")
    ...
}
  1. Run the simulator

To-Do

  • Update ChampionsRepository to conform to NSFetchResultsController

Licence

Zed is released under the MIT license. See LICENSE for details.