3.0.3 • Published 6 years ago

drivingscout v3.0.3

Weekly downloads
16
License
-
Repository
-
Last release
6 years ago

DrivingScout NodeJS SDK

Enables you to find driving test cancellations via DrivingScout.

Installation

$ npm install drivingscout

Usage

There is currently only one function, register, which is used to initiate the registration with DrivingScout. This requires a pre-pay billing account, please reach out to us via hello@drivingscout.uk to understand more.

drivingscout.register(params, callback);

params will depend on your setup with us, and will be listed in your welcome email.

Example code:

var drivingscout = require('drivingscout');

drivingscout.register(params, function callback(err, msg) {
  if (err) {
    console.error(err);
  } else {
    // Success! Registration with DrivingScout complete.
  }
});
3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago