These are the instructions for compiling and running the program.

NOTICE:	Must have sudo privileges to use WiringPi library
		Must have ngrok installed to run program
		Must have Flask installed to run program
		
		*Cannot run program if above 3 requirements are not met*

1) Compile the brew.c file by running "gcc brew.c -o brew -Wall -lwiringPi -lpthread"
	NOTE: Must have the WiringPi library installed
	
2) Run the coffee.sh file by running "./coffee.sh"

3) Run the coffeechk.sh file to see all processes and the website ngrok is using by running "./coffeechk/.sh"

4) Run the coffeekill.sh file to kill all processes and remove the pipes by runing "./coffeekill.sh"

NOTICE:	Did not put in instructions on how to text coffee maker because a lot of things need to happen for a number
		to text the coffee maker (i.e. verify phone number, add to callers list, etc...)