{"id":15068288,"url":"https://github.com/andhikamaheva/mailchimp-nodejs","last_synced_at":"2025-07-14T02:32:50.625Z","repository":{"id":84857593,"uuid":"99393688","full_name":"andhikamaheva/mailchimp-nodejs","owner":"andhikamaheva","description":"Unofficial Node.js Client Library for MailChimp API http://developer.mailchimp.com","archived":false,"fork":false,"pushed_at":"2017-08-07T01:19:40.000Z","size":44,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-13T00:43:04.506Z","etag":null,"topics":["expressjs","mailchimp","mailchimp-api","mandrill","mandrill-api","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andhikamaheva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-05T02:28:49.000Z","updated_at":"2017-08-08T19:13:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"e225897d-2b0b-4516-ace5-15162590aaa7","html_url":"https://github.com/andhikamaheva/mailchimp-nodejs","commit_stats":{"total_commits":31,"total_committers":2,"mean_commits":15.5,"dds":"0.16129032258064513","last_synced_commit":"ea61cdad7b963629e509bfd1c9e1c576523c0a9b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andhikamaheva/mailchimp-nodejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andhikamaheva%2Fmailchimp-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andhikamaheva%2Fmailchimp-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andhikamaheva%2Fmailchimp-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andhikamaheva%2Fmailchimp-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andhikamaheva","download_url":"https://codeload.github.com/andhikamaheva/mailchimp-nodejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andhikamaheva%2Fmailchimp-nodejs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265233753,"owners_count":23731825,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["expressjs","mailchimp","mailchimp-api","mandrill","mandrill-api","nodejs"],"created_at":"2024-09-25T01:33:07.762Z","updated_at":"2025-07-14T02:32:50.577Z","avatar_url":"https://github.com/andhikamaheva.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MailChimp NodeJS (Under Development)\n\n\n[![NPM Version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![Linux Build][build-image]][build-url]\n[![Windows Build][appveyor-image]][appveyor-url]\n[![Coverage Status][coveralls-image]][coveralls-url]\n\n\n\n\nMailChimp NodeJS is NodeJS Package allows you to quickly and easily use the MailChimp API v3 via Node.js.\nPlease browse the rest of this README for further detail.\n\nWe appreciate your continued support, thank you!\n\n# Table of Contents\n\n* [Installation](#installation)\n* [Quick Start](#quick_start)\n* [Usage](#usage)\n* [Use Cases](#use_cases)\n* [Announcements](#announcements)\n* [Roadmap](#roadmap)\n* [How to Contribute](#contribute)\n* [Troubleshooting](#troubleshooting)\n* [About](#about)\n* [License](#license)\n\n\u003ca name=\"installation\"\u003e\u003c/a\u003e\n# Installation\n\n## Prerequisites\n- Node.js version 4, 6 or 7\n- The MailChimp service, ready to use (Verified account \u0026 has API Key)\n\n## Install Package\n\nThe following recommended installation requires [npm](https://npmjs.org/). If you are unfamiliar with npm, see the [npm docs](https://npmjs.org/doc/). Npm comes installed with Node.js since node version 0.8.x therefore you likely already have it.\n\n```bash\nnpm install --save mailchimp-nodejs\n```\n\n## Dependencies\nThere are some dependencies support this package :\n\n### Main Dependencies\n* [fs](https://nodejs.org/api/fs.html)\n* [http](https://www.npmjs.com/package/http)\n* [request](https://github.com/request/request)\n\n### Development Dependencies\n* [assert](https://github.com/defunctzombie/commonjs-assert)\n* [chai](https://github.com/chaijs/chai)\n* [coveralls](https://github.com/nickmerwin/node-coveralls)\n* [istanbul](https://github.com/gotwarlost/istanbul)\n* [mocha](https://github.com/mochajs/mocha)\n* [mocha-lcov-reporter](https://github.com/StevenLooman/mocha-lcov-reporter)\n* [nock](https://github.com/node-nock/nock)\n* [vows](https://github.com/vowsjs/vows)\n\n\n\u003ca name=\"quick_start\"\u003e\u003c/a\u003e\n# Quick Start\n\n\u003ca name=\"usage\"\u003e\u003c/a\u003e\n# Usage\n\n\u003ca name=\"use_cases\"\u003e\u003c/a\u003e\n# Use Cases\n\n\u003ca name=\"announcements\"\u003e\u003c/a\u003e\n# Announcements\n\n\u003ca name=\"roadmap\"\u003e\u003c/a\u003e\n# Roadmap\n\n\u003ca name=\"contribute\"\u003e\u003c/a\u003e\n# How to Contribute\n\n\u003ca name=\"troubleshooting\"\u003e\u003c/a\u003e\n# Troubleshooting\n\n\u003ca name=\"about\"\u003e\u003c/a\u003e\n# About\n\n\u003ca name=\"license\"\u003e\u003c/a\u003e\n# License\n\n**MIT License**\n\nCopyright (c) 2017 Andhika Maheva Wicaksono\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n[build-image]: https://img.shields.io/travis/andhikamaheva/mailchimp-nodejs/master.svg?label=linux\n[build-url]: https://travis-ci.org/andhikamaheva/mailchimp-nodejs\n[npm-image]: https://badge.fury.io/js/mailchimp-nodejs.svg\n[npm-url]: https://badge.fury.io/js/mailchimp-nodejs\n[downloads-image]: https://img.shields.io/npm/dm/mailchimp-nodejs.svg\n[downloads-url]: https://npmjs.org/package/mailchimp-nodejs\n[appveyor-image]: https://img.shields.io/appveyor/ci/andhikamaheva/mailchimp-nodejs/master.svg?label=windows\n[appveyor-url]: https://ci.appveyor.com/project/andhikamaheva/mailchimp-nodejs\n[coveralls-image]: https://coveralls.io/repos/github/andhikamaheva/mailchimp-nodejs/badge.svg?branch=master\n[coveralls-url]: https://coveralls.io/github/andhikamaheva/mailchimp-nodejs?branch=master","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandhikamaheva%2Fmailchimp-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandhikamaheva%2Fmailchimp-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandhikamaheva%2Fmailchimp-nodejs/lists"}