Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ronaldmannak/connecteddrive


https://github.com/ronaldmannak/connecteddrive

automotive bmw bmw-idrive ios macos macosx

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# ConnectedDrive

Access to the ConnectedDrive server for iOS, OSX and Apple TV apps.
ConnectedDrive is based on [Edent's i-Remote API](https://github.com/edent/BMW-i-Remote)

To use ConnectedDrive, you will need a valid ConnectedDrive account
*and* the secret API key hidden in the original i-Remote app. To find the API key, see
[authorization](https://github.com/edent/BMW-i-Remote#authorisation) or use [Charles Proxy](https://charlesproxy.com/).

Includes an OSX example menu bar app.

![OSX menu screenshot](Documentation/OSX-Screenshot.png)

![OSX notification screenshot](/Documentation/OSX-Notification.png)

# Installation

To integrate ConnectedDrive into your Xcode project using CocoaPods, add the following lines to your `Podfile`:

```ruby
use_frameworks!

pod 'ConnectedDrive', '~> 0.1'
```