README
autocomplete-address
Install
You can get it on npm.
npm install autocomplete-address --save
Or bower, too.
bower install autocomplete-address --save
Setup
First, include the script located on the dist folder.
<script src="dist/autocomplete-address.min.js"></script>
Now, you need to instantiate it.
new AutocompleteAddress();