Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firstandthird/mailchimp-signup

Mailchimp subscribe simple UI
https://github.com/firstandthird/mailchimp-signup

Last synced: 14 days ago
JSON representation

Mailchimp subscribe simple UI

Awesome Lists containing this project

README

        

# Mailchimp Signup UI ![npm](https://img.shields.io/npm/v/@firstandthird/mailchimp-signup.svg) [![Build Status](https://travis-ci.org/firstandthird/mailchimp-signup.svg?branch=master)](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]
```