How to check email existence using emberjs email-existence?

107 views Asked by At

Ember does give a link for email-existence. But can somebody please explain how to use this API for checking an email whether it exists?

https://github.com/nmanousos/email-existence

1

There are 1 answers

1
Daniel On

Actually it doesn't have much to do with Ember in the beginning. You have to create a node.js application and install email-existence package, then, you have to expose an API for Ember and send a request from client application to your backend.