1.1.2 • Published 1 year ago

ffpass v1.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
1 year ago

FFPass NPM module

npm build

This module will allow you to control a FordPass Enabled vehicle from your javascript code. It requires a node version >=14.

Usage

npm install ffpass --save

const fordApi = require('ffpass')
const car = new fordApi.vehicle(process.env.FORD_USERNAME, process.env.FORD_PASSWORD, process.env.VIN)

async function main() {
    await car.auth()

    // to view current vehicle information including location
    var vehicleData = await car.status()
    console.log(JSON.stringify(vehicleData))

}
main()

More Examples

A fully functional implementation of the usage of this module can be found here: ffpass

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago