Skip to content
/ Zed Public

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

License

Notifications You must be signed in to change notification settings

Esquilli/Zed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published