WebRTC localIP
A fake website to get the users local IP address by email.
https://elements.heroku.com/addons/sendgrid
Get a free SendGrid account in order to use emailRunning Locally
$ git clone
$ npm install
$ npm start
Your app should now be running on localhost:5000.
Deploying to Heroku
$ heroku create
$ git push heroku master
$ heroku open