PCA Predict
A PCA Predict API wrapper for Elixir
Installation
If available in Hex, the package can be installed as:
-
Add
pca_predictto your list of dependencies inmix.exs:
```
def deps do
[{:pca_predict, "~> 0.2.0"}]
end
```-
Ensure
pca_predictis started before your application:
```
def application do
[applications: [:pca_predict]]
end
```Configuration
Obtain a PCA Predict API Key and assign it to a System ENV key of
PCA_PREDICT_API_KEY.
Alternatively, add the following to your config.exs file:
config :pca_predict,
api_key: System.get_env("PCA_PREDICT_API_KEY")Usage
Lookup postcode (address)
Retrieve a list of address options by calling
PCAPredict.AddressValidation.lookup\1