I need to integrate MailChimp into my Cordova project, and I found out that someone has done it in a website with MailChimp PHP wrapper: how to add email address to mailchimp list using api call in php
I have found that MailChimp provides API for NodeJS which I use often but am not familiar with: https://bitbucket.org/mailchimp/mailchimp-api-node
Can I add email addresses into my MailChimp mail list with its API in Cordova Project?