bkobilansky / SwinjectSimpleExample

A simple example to use Swinject with unit tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwinjectSimpleExample

This is an example project to demonstrate dependency injection and Swinject in a simple weather app that lists current weather information at some locations.

Screenshot

Requirements

Setup

  1. Download the source code or clone the repository.
  2. Run pod install.
  3. Get a free API key from OpenWeatherMap.
  4. Open OpenWeatherMap.swift and fill apiKey = "" with your own API key.

Blog Posts

The following blog posts demonstrate step-by-step development of the project introducing dependency injection and Swinject.

License

MIT license. See the LICENSE file for details.

About

A simple example to use Swinject with unit tests

License:MIT License


Languages

Language:Swift 96.6%Language:Ruby 3.4%