https://github.com/codeforgeek/node-email-verification-redis-nodejs
https://github.com/codeforgeek/node-email-verification-redis-nodejs
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeforgeek/node-email-verification-redis-nodejs
- Owner: codeforgeek
- License: mit
- Created: 2016-06-06T10:52:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T13:38:09.000Z (over 8 years ago)
- Last Synced: 2025-12-12T21:36:40.213Z (6 months ago)
- Language: JavaScript
- Size: 955 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
node-email-verification
=======================
Script to send and verify email account of user.
Tutorial link : coming soon.
How to use:
Open app.js and change the Mandrill API key.
Run ```node Server.js``` to start the Server.
Visit ```localhost:3000``` from browser to view the app.
Thanks.