valeriyvan / Suas-iOS-Weather-App-Example

Weather application built using Suas

Home Page:https://suas.readme.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License Join the chat at https://gitter.im/SuasArch/Lobby

Analytics

Suas iOS Weather App Example

This repository contains a weather application built using Suas.

What is Suas

Suas is a unidirectional data flow architecture implementation for iOS/macOS/tvOS/watchOS and Android heavily inspired by Redux. It provides an easy-to-use library that helps to create applications that are consistent, deterministic, and scalable.

Suas focuses on providing good developer experience and tooling such as customizable logging and state changes monitoring.

Join our gitter chat channel for any questions. Or check Suas documentatation website.

Requirements

  • Xcode 9 and above
  • Swift 3.2 and above
  • Carthage installed

Installation

Get the required dependencies using Carthage using:

carthage update

Running the Weather App

After fetching the carthage dependencies, open WeatherApp.xcodeproj and run it.

Using Suas monitor

Some of the sample apps also use Suas Monitor middleware to send the state and actions to Suas Monitor Desktop.

Head to Suas Monitor Desktop GitHub page for installation instruction.

After installing Suas Monitor app you can start visualizing your application state.

Check Suas Monitor and the MonitorMiddleware documentation page for more in-depth information.

Where to go next

To get more information about Suas:

Contributing

We love any sort of contribution. From changing the internals of how Suas works, changing Suas methods and public API, changing readmes and documentation topics.

Feel free to suggest changes on the GitHub repos or directly in Saus gitter channel.

For reference check our contributing guidelines.

Contact us

Join our gitter channel to talk to other Suas developers.

For any question, suggestion, or just to say hi, you can find the core team on twitter:

Suas future

To help craft Suas future releases, join us on gitter channel.

Copyright and license

Copyright 2017 Zendesk, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Weather application built using Suas

https://suas.readme.io

License:Apache License 2.0


Languages

Language:Swift 100.0%