Ember addon meant to help with using PCA Predict on ember-cli.
npm install ember-pca-predictThis addon is made to work with pca-predict which is a service that provides useful things like address, email, and password verification as well as other data services.
config/environment.js you can specify:
```
'ember-pca-predict': {
enabled: true, //this is true by default false prevents the initialization of the pca global
accountCode: '
host: '
},
* ember install ember-pca-predict
* npm test (Runs ember try:each` to test your addon against multiple Ember versions)