🚨 Disclaimer: Please use for educational purposes only.
A service that lets you spoof emails to @uwaterloo.ca
email addresses.
This was created at TerribleHacks V by Anusan and Tasti, which won the Hillary's Email Server (Best email application) and People's Choice (The people will have the chance to vote, to determine which idea is truly the most Terrible.) awards.
You will need node
(v6.8.1+) and npm
installed on you computer.
git clone https://github.com/tasti/spoofify
npm install
Important:
- You must host the server on your own, i.e. http://spoofify.herokuapp.com won't work alone. (See instuctions below)
- The server must be within the University of Waterloo subnet, which can be done by:
npm run server
The server will be running on http://localhost:8000
.
npm run client
The client will be running on http://localhost:3000
(or you may use http://spoofify.herokuapp.com instead).
Congratulations, you played yourself!