marchah / node-mandrill

A simple node.js wrapper for MailChimp's Mandrill API
MIT License
2 stars 4 forks source link

npm install command? #2

Open mmendivilg opened 1 year ago

mmendivilg commented 1 year ago

I find your library very usefull, but I cannot find the npm install command. Thank you

marchah commented 1 year ago

Not sure to understand what you mean? How to add this library to your project?

Btw this lib is very outdated, i don't recommend using it

mmendivilg commented 1 year ago

Yes, how to add the library to the project, is there anything you would recommend for sending emails using mandrill? thanks

marchah commented 1 year ago

you need to add the library as a dependency in your packages.json and do npm|yarn install

https://www.npmjs.com/package/@mailchimp/mailchimp_transactional looks to be the most recent lib but i'm still using https://www.npmjs.com/package/mandrill-api

marchah commented 1 year ago

actually looks like my library is using the latest version of https://www.npmjs.com/package/mandrill-api 😅