Show HN: My Saturday night project: Supercoinflip

https://news.ycombinator.com/item?id=3610173
by voodoomagicman • 14 years ago
1 3 14 years ago

When I have a hard time deciding which restaurant to go to w/ friends or my girlfriend, I usually fire up coffee and do something like:

choices = ['pho', 'gyros', 'pizza', 'burritos'] console.log choices[Math.floor(Math.random()*choices.length)]

Supercoinflip is meant to save me some typing (although I went back and forth on the styles enough that its payback time is probably in the 10s of years). It is written in coffee/sass, compiled into a single static html file, and then run on heroku w/ rack.

http://supercoinflip.com

Related Stories

Loading related stories...

Source preview

news.ycombinator.com