MakeMeASandwich.js(github.com)
github.com
MakeMeASandwich.js
https://github.com/travist/makemeasandwich.js
4 comments
I decided to load test the app and am now receiving 500 sandwiches / s.
Heh.
This is a different take on e-commerce.
Get the computer to order a sandwich for you.
Now if we could only send our robotic drone over to pick it up and bring it back, under program control.
This is a different take on e-commerce.
Get the computer to order a sandwich for you.
Now if we could only send our robotic drone over to pick it up and bring it back, under program control.
It should require root to actually make the request.
if(process.platform !== 'win32'){
if(process.env.USER !== "root"){
console.log("What? Make it yourself.");
process.exit();
}
}
from https://github.com/travist/makemeasandwich.js/blob/master/li...