An open API service indexing awesome lists of open source software.

https://github.com/grovelabs/grovegardencontroller

🌱 A Controller For The Grove Garden
https://github.com/grovelabs/grovegardencontroller

ios ios-app iot particle swift swift-language

Last synced: about 1 year ago
JSON representation

🌱 A Controller For The Grove Garden

Awesome Lists containing this project

README

          

[![Download on the App Store](https://static.kickstarter.com/assets/mobile/app-store-badge.en-25178aeef6eb6b83b96f5f2d004eda3bffbb37122de64afbaef7107b384a4132.svg)](https://itunes.apple.com/us/app/grove-garden-controller/id1220126712?ls=1&mt=8)

# Grove Garden Controller for iOS

Welcome to Grove's Garden Controller open source iOS app! Unlike the offical 'Grove App', this is a minimal, server-less app.

## Getting Started

1. [Download](https://developer.apple.com/xcode/download/) the Xcode 8.2 release.
1. Clone this repository, and `cd` into your new directory.
1. Install [Carthage](https://github.com/Carthage/Carthage#installing-carthage) if you don't already have it.
1. Run `make bootstrap` to install tools and setup config files.

## Dependencies

* [Particle iOS Cloud SDK](https://github.com/spark/spark-sdk-ios)
* [Particle Device Setup Library](https://github.com/grovelabs/spark-setup-ios)
* [AFNetworking](https://github.com/AFNetworking/AFNetworking)