Allows you to search a TV Show name and find out when the next episode will be. Live @ http://whenisiton.tv
It started out mostly as an excuse to work on my nonexistent CSS skills.
It's pretty much 100% client-side JavaScript that makes it work. The Express server just serves the index page. CSS is processed using postcss and postcss-cssnext using gulp as the build system.
$ git clone https://github.com/m4tta/whenisiton.git
$ npm install
$ bower install
$ npm start
Make it responsive
MIT