mirror of
https://github.com/bunkford/ffpass
synced 2026-01-14 19:21:46 +00:00
No description
| docs | ||
| ffpass.nim | ||
| ffpass.nimble | ||
| README.md | ||
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"