3.1.11 • Published 2 years ago

@autoaddress.ie/aa3-control v3.1.11

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

README

How do I get set up?

  • run npm install "@autoaddress.ie/aa3-control" to download the library

  • Reference the autoaddress.min.js file inside your html header tag, pointing to the appropriate directory

	<script src="node_modules/@autoaddress.ie/aa3-control/autoaddress/autoaddress.min.js"></script>
	<link rel="stylesheet" href="node_modules/@autoaddress.ie/aa3-control/autoaddress/autoaddress-style.css">
  • Add the folowing tag inside your html body tag
	<div id="aa-control"></div>
  • Add the following in a script tag after the body, replacing the apiKey parameter with your autoaddress ApiKey.
	<script>
        var aa = Autoaddress({
            apiKey: "my_key",
            element: "aa-control",
        });
	</script>
3.1.11

2 years ago

3.1.9

3 years ago

3.1.10

3 years ago

0.5.5

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.0.5

3 years ago