https://github.com/firstandthird/mailchimp-signup
Mailchimp subscribe simple UI
https://github.com/firstandthird/mailchimp-signup
Last synced: 3 months ago
JSON representation
Mailchimp subscribe simple UI
- Host: GitHub
- URL: https://github.com/firstandthird/mailchimp-signup
- Owner: firstandthird
- License: mit
- Created: 2017-02-08T10:09:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T02:23:51.000Z (over 3 years ago)
- Last Synced: 2025-03-04T09:40:26.462Z (about 1 year ago)
- Language: JavaScript
- Size: 1.12 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mailchimp Signup UI  [](https://travis-ci.org/firstandthird/mailchimp-signup)
## Installation
```sh
npm install @firstandthird/mailchimp-signup
```
## Usage
### JavaScript
```js
import '@firstandthird/mailchimp-signup'
// or
import MailchimpSignup, { MailchimpSubscribeEvents as Events } from '@firstandthird/mailchimp-signup'
```
### HTML
```html
Subscribe
```
## Endpoint
Endpoint is in the form:
```
//[account name].us6.list-manage.com/subscribe/post-json?u=[user id]&id=[list id]
```