Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 606 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 606 Bytes

Muse-Slack-Connector

A very simple iOS app for connecting to a Muse headset via Bluetooth and to the Slack API, see this post

Navigation is based on the EZSwipeController

We use the following libraries as Pods:

  • SwiftHTTP
  • SwiftyJSON
  • Mixpanel

You can remove the Mixpanel integration if you're not interested in tracking events.

Slack Authentication happens in the leftmost panel. You will need a simple webserver which performs the OAuth redirects and returns the JSON containing the auth token as the body of a 200 response.