Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 744 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 744 Bytes

When Is It On?

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.

Install and Run Locally:
$ git clone https://github.com/m4tta/whenisiton.git
$ npm install
$ bower install
$ npm start

TODO

  • Make it responsive

License

MIT