tasti / spoofify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spoofify

🚨 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.

Usage:

You will need node (v6.8.1+) and npm installed on you computer.

1) Clone this repository.

git clone https://github.com/tasti/spoofify

2) In the spoofify/ folder, install the dependent packages.

npm install

3) Start the server (the part that sends the email).

Important:

npm run server

The server will be running on http://localhost:8000.

4) Start the client (the part that lets you customize the email).

npm run client

The client will be running on http://localhost:3000 (or you may use http://spoofify.herokuapp.com instead).

5) Have fun!

Congratulations, you played yourself!

About

License:MIT License


Languages

Language:JavaScript 89.9%Language:Python 5.7%Language:HTML 3.0%Language:CSS 1.5%