https://github.com/ronaldmannak/connecteddrive
https://github.com/ronaldmannak/connecteddrive
automotive bmw bmw-idrive ios macos macosx
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronaldmannak/connecteddrive
- Owner: ronaldmannak
- License: mit
- Created: 2015-12-23T20:25:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T15:49:01.000Z (about 7 years ago)
- Last Synced: 2024-12-29T13:45:01.646Z (9 months ago)
- Topics: automotive, bmw, bmw-idrive, ios, macos, macosx
- Language: Swift
- Size: 282 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.


# Installation
To integrate ConnectedDrive into your Xcode project using CocoaPods, add the following lines to your `Podfile`:
```ruby
use_frameworks!pod 'ConnectedDrive', '~> 0.1'
```