Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joshspicer/jarvis-apple-watch

Apple Watch app to interface with Jarvis web service.
https://github.com/joshspicer/jarvis-apple-watch

Last synced: 27 days ago
JSON representation

Apple Watch app to interface with Jarvis web service.

Awesome Lists containing this project

README

        

# Jarvis

Apple Watch app to interface with Jarvis web service.

## Setup

This is a companion app/frontend for [Jarvis](https://github.com/joshspicer/jarvis) and its associated services. You'll need that running for this app to be useful.

### VariableInfo.plist

Create a plist file called `VariableInfo.plist` in the `Jarvis WatchKit Extension`. THe `VariableInfoModel.swift` illustrates what is needed.

### Add a client certificate

This app supports auth against a service with a client cert. For example, with [Cloudflare's mTLS + Web Access Firewall features](https://developers.cloudflare.com/ssl/client-certificates/configure-your-mobile-app-or-iot-device/).

`openssl pkcs12 -export -out cert.p12 -in cert.pem -inkey cert.key`