Closed a-rustacean closed 1 year ago
Hey! I got your email. I don't check this repository too often for PRs, but I will in the future.
I'll review this today and merge it in if all is well. I'll also probably set up a test suite, and add other services so that the library works with more than one temp mail service.
Thank you for your contribution, I appreciate it!
Certainly, I've readded the preview.png
file as per your request. Thank you for your quick response and assistance!
Could you kindly review the changes I've made?
i'll make a release after testing thoroughly :)
if you would like to be made a contributor here, since I don't manage this repo much, let me know!
I'd be happy to be a contributor.
I refactored the code, improved the readme, eliminated the deprecated
request
dependency, introducedaxios
due to its larger community, incorporated JSDoc comments, eliminated unnecessary recursion, utilized modern and efficient language features likePromise.all
, excludednode_modules
as it's not necessary for npm, provided a custom domain option forTempMail
(#7 was unnecessary), and introducedeslint
,prettier
,husky
,lint-staged
, andnpm-scripts
to enhance the developer experience.