BpostAddressAutoComplete is an AngularJs implementation of the *Address Auto Complete Service*, which makes use of the Web Services @bpost.be to validate addresses and offer suggestions of addresses based on user input which may be incorrect or incomplete
npm install bp-address-auto-complete-core
##BpostAddressAutoComplete
##Description
BpostAddressAutoComplete is an AngularJs implementation of the Address Auto Complete Service, which makes use of the Web Services @bpost.be to validate addresses and offer suggestions of addresses based on user input which may be incorrect or incomplete.
##Modules
* bp-address-auto-complete (core): a collection of angularjs directives, which includes the address auto complete input search bar and the list of suggestions.
* bp-Address-Auto-Complete-Wrapper: the main wrapper directive, displays the output from the core directive on every user input (‘Please fill in a house number …’)
* bp-address-auto-complete-demo-page-extern: the Demo page includes the aac wrapper with some parameterized options available to the user to:
* change the environment endpoints
* set the minimum level of validation
* some prefilled parameters which allow the user to fill in the search bar with prefilled values.
npm install -g grunt-cli
npm install -g bower
npm install --save-dev package_name
grunt@0.4.1, load-grunt-tasks@0.2.0, grunt-angular-templates@0.5.7, grunt-available-tasks@0.4.2, grunt-bower-task@0.3.4, grunt-browser-sync@0.9.1, grunt-contrib-clean@0.5.0, grunt-contrib-concat@0.3.0, grunt-contrib-connect@0.5.0, grunt-contrib-copy@0.4.1, grunt-contrib-cssmin@0.7.0, grunt-contrib-jshint@0.7.2, grunt-contrib-uglify@0.2.7, grunt-contrib-watch@0.5.3, grunt-eslint@14.0.0, grunt-newer@0.6.0, grunt-ngmin@0.0.3, grunt-usemin@2.0.0, grunt-wiredep@1.7.0.
grunt package to package your static assets for deployment.
dist folder and your javascripts and stylesheets will be concatenated, minified and versionned.
grunt : launches grunt package. Use this task for continuous integration.
grunt will be launched on bp-address-auto-complete-demo-page-extern module
grunt to start a static web server and open your browser Live
jshint and/or csslint will be running on your files when they change.
grunt on these modules,
git config --global core.autocrlf input
``