stimulus-getaddress-io
v1.1.0
Published
Stimulus Controller for Getaddress.io
Readme
Stimulus Getaddress.io Controller
Stimulus controller to provide data into forms using getaddress.io
Installation
$ yarn add stimulus-getaddress-ioUsage
Register the controller with Stimulus:
// application.js
import { Application } from 'stimulus';
import { GetAddressIOController } from 'stimulus-getaddress-io'
const application = Application.start()
application.register('getaddress-io', GetAddressIOController)Contributing
Fork the project.
Install dependencies
$ yarn installStart the test watcher
$ yarn test:watchRunning one-off test runs can be done with:
$ yarn testWrite some tests, and add your feature. Send a PR.
