ffpass
Api Calls for Ford vehicles equipped with the fordpass app.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install ffpass
choosenim install ffpass
git clone https://github.com/bunkford/ffpass
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| ffpass | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/bunkford/ffpass |
|---|---|
| Homepage | https://github.com/bunkford/ffpass |
| Registry Source | nimble_official |
README
ffpass
Api Calls for Ford vehicles equipped with the fordpass app.
Documentation
https://bunkford.github.io/ffpass/docs/ffpass.html
Installation
nimble install https://github.com/bunkford/ffpass/
Example
import ffpass
var ford = Vehicle(username:"user@email.com", password:"myPassword", vin:"1FT#############")
if ford.lock():
echo "Vehicle Locked"
else:
echo "Failed to lock Vehicle"