Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages