Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/firstandthird/mailchimp-signup
- Owner: firstandthird
- License: mit
- Created: 2017-02-08T10:09:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T02:23:51.000Z (about 2 years ago)
- Last Synced: 2024-04-25T05:02:45.780Z (9 months 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 ![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]
```