1.0.1 • Published 6 years ago

astrochimp v1.0.1

Weekly downloads
62
License
MIT
Repository
github
Last release
6 years ago

astrochimp

Tiny MailChimp list subscribe utility. 394 bytes gzipped.

Install

npm i astrochimp --save

Usage

import astrochimp from 'astrochimp'

const form = document.getElementById('form')
const data = { EMAIL: 'my@email.com' }

astrochimp(form.action, data, (err, data) => {})

License

MIT License © Eric Bailey

1.0.1

6 years ago

1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago