trailpack-veratad
Trailpack for Veratad API
Installation
With npm:
$ npm install trailpack-veratad --save
With yo:
$ yo trails:trailpack trailpack-veratad
Config
// config/veratad.js moduleexports = host: 'https://production.idresponse.com' user: 'xxxx' pass: 'xxxx' test_key: 'general' // turn to false for production
API Documentation
Configure
// config/main.jsmoduleexports = packs: // ... other trailpacks