stimulus-getaddress-io
v1.1.0
Published
Stimulus Controller for Getaddress.io
Downloads
50
Readme
Stimulus Getaddress.io Controller
Stimulus controller to provide data into forms using getaddress.io
Installation
$ yarn add stimulus-getaddress-io
Usage
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 install
Start the test watcher
$ yarn test:watch
Running one-off test runs can be done with:
$ yarn test
Write some tests, and add your feature. Send a PR.