1.1.0 • Published 2 years ago

stimulus-getaddress-io v1.1.0

Weekly downloads
59
License
MIT
Repository
gitlab
Last release
2 years ago

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.

1.1.0

2 years ago

1.0.1

5 years ago

1.0.0

5 years ago