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
- Host: GitHub
- URL: https://github.com/grovelabs/grovegardencontroller
- Owner: grovelabs
- Created: 2017-02-14T19:06:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T01:06:46.000Z (over 7 years ago)
- Last Synced: 2025-04-09T23:43:12.144Z (about 1 year ago)
- Topics: ios, ios-app, iot, particle, swift, swift-language
- Language: Swift
- Homepage: https://grovegrown.com/products/the-garden
- Size: 856 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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)