reacherhq / check-if-email-exists

Check if an email address exists without sending any email, written in Rust. Comes with a ⚙️ HTTP backend.
https://reacher.email
Other
4.29k stars 328 forks source link

[FEATURE] NodeJS addon #1105

Open elderapo opened 2 years ago

elderapo commented 2 years ago

This repo doesn't seem to have discussions open so sorry if I am asking this in the wrong place but here we go...

Would be nice to expose this library for NodeJS users through a native addon (ex. https://github.com/neon-bindings/neon). From what I've gathered this library is pretty self-contained so it doesn't need to be hosted as a service.

amaury1093 commented 2 years ago

True, neon would be a good addition, and can be used in Node.JS instead of WASM: #386.

@elderapo Would you like to tackle this issue? Feel free to publish the NPM package under your name, I'll can then put a link in the README.

elderapo commented 2 years ago

Haven't had much experience with rust but will try. Thinking of adding typescript definitions for better DX aswell.

followdarko commented 1 year ago

Any updates here?

elderapo commented 1 year ago

Unfortunately no, if anyone wants to tackle this issue feel free to do so!