dylanlawrence / get-busy

A daily function app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get-busy

A daily function app.

while(daytime){
   if(business != "handled"){
      getFocused();
   }
}

function getFocused(){
	swicth(this.eyes){
		case 'black':
			return getIcePack();
		case 'sleepy': 
		case 'red':
		case 'swollen':
		default :
			return getCoffee(); 
	}
}

About

A daily function app.