{"id":26811410,"url":"https://github.com/eyedea-io/syncano-socket-mailchimp","last_synced_at":"2025-03-30T01:38:35.620Z","repository":{"id":31867692,"uuid":"129727722","full_name":"eyedea-io/syncano-socket-mailchimp","owner":"eyedea-io","description":"Syncano Socket to manage mailchimp subscriptions","archived":false,"fork":false,"pushed_at":"2024-01-05T14:59:30.000Z","size":1966,"stargazers_count":0,"open_issues_count":28,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-29T19:58:20.658Z","etag":null,"topics":["mail","mailchimp","mailchimp-api","serverless","syncano","syncano-socket"],"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/eyedea-io.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":"2018-04-16T10:46:24.000Z","updated_at":"2018-08-14T16:07:57.000Z","dependencies_parsed_at":"2024-10-06T13:58:57.276Z","dependency_job_id":"a0cdc098-8d4e-4219-a3ae-0371910f5075","html_url":"https://github.com/eyedea-io/syncano-socket-mailchimp","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":0.2222222222222222,"last_synced_commit":"fac7d3d79ae6b589e6d87ccb0cec041b16feac4e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedea-io%2Fsyncano-socket-mailchimp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedea-io%2Fsyncano-socket-mailchimp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedea-io%2Fsyncano-socket-mailchimp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedea-io%2Fsyncano-socket-mailchimp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eyedea-io","download_url":"https://codeload.github.com/eyedea-io/syncano-socket-mailchimp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246126679,"owners_count":20727594,"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":["mail","mailchimp","mailchimp-api","serverless","syncano","syncano-socket"],"created_at":"2025-03-30T01:38:35.076Z","updated_at":"2025-03-30T01:38:35.612Z","avatar_url":"https://github.com/eyedea-io.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Syncano Socket to manage mailchimp subscriptions\n\n[![Syncano Socket](https://img.shields.io/badge/syncano-socket-blue.svg)](https://syncano.io)\n[![CircleCI branch](https://img.shields.io/circleci/project/github/eyedea-io/syncano-socket-mailchimp/master.svg)](https://circleci.com/gh/eyedea-io/syncano-socket-mailchimp/tree/master)\n![Codecov branch](https://img.shields.io/codecov/c/github/eyedea-io/syncano-socket-mailchimp/master.svg)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n[![npm](https://img.shields.io/npm/dw/@eyedea-sockets/mailchimp.svg)](https://www.npmjs.com/package/@eyedea-sockets/mailchimp)\n![license](https://img.shields.io/github/license/eyedea-io/syncano-socket-mailchimp.svg)\n\nMain Socket features:\n\n* **mailchimp/signup** — sign up email to the mailchimp list\n\n## Getting Started\n\nInstall package in your project:\n\n```sh\ncd my_project\nnpm install @syncano/cli --save-dev\nnpm install @eyedea-sockets/mailchimp --save\nexport SOCKET_MAILCHIMP_API_KEY=\u003cmailchimp api key\u003e // or you will be asked during deploy\nnpx s deploy\n```\n\nUse it:\n\n```js\nimport Syncano from '@syncano/client'\n\nconst s = new Syncano(\u003cinstaneName\u003e)\n\n// List and email\nconst params = {\n  listId: 12345\n  email: 'test@test.pl'\n}\nconst signupStatus = await s.get('mailchimp/signup', params)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyedea-io%2Fsyncano-socket-mailchimp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyedea-io%2Fsyncano-socket-mailchimp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyedea-io%2Fsyncano-socket-mailchimp/lists"}