Online Dutch TV guide using the tvgids.nl API

Taddeus Kroes 1b801eefa9 Adde watch script for sass/coffeescript files преди 12 години
lib 4c98cbfdc9 Removed unused file преди 12 години
.gitignore b89c305e1d Removed generated file from repo index преди 12 години
Makefile 69c37cedf1 Added minifying target to Makefile преди 12 години
README.md d72afd607b Updated URL преди 12 години
analytics.php 74fab0e696 Moved analytics code to separate file преди 11 години
channels.js 59adfe9c18 First working version преди 12 години
channels.php 59adfe9c18 First working version преди 12 години
details.php 0f82e0d3fc Disabled IMDB for series because it costs some speed преди 11 години
guide.coffee ea8e8ca17c Updated a comment преди 12 години
index.php 74fab0e696 Moved analytics code to separate file преди 11 години
loading.gif 0531a92cd0 Added loading screen, fixed some minor CSS issues преди 12 години
programs.php 59adfe9c18 First working version преди 12 години
settings.coffee 7a1a589e0c Added comedy Central to default channel list преди 12 години
settings.php 74fab0e696 Moved analytics code to separate file преди 11 години
style.sass 058a4c8ab2 Updated details parser for new page format преди 11 години
watch.sh 1b801eefa9 Adde watch script for sass/coffeescript files преди 11 години

README.md

tvgids

This an online TV guide for Dutch TV channels, realized using the TVGids.nl API. This web page is designed to be an alternative for http://tvgids.nl/lijsten/horizontaal, offering a quick-to-use interface that saves preferences (e.g. favorite channels) in HTML5 local storage, rather than requiring a registered account.

A working version is available at http://tvgids.tkroes.nl.

Features

  • Complete list of programs for 123 channels.
  • See programs from 2 days before and 2 days ahead.
  • Select favourite channels (saved using HTML5 local storage).
  • Click on a program to see detailed information (screen-scraped from TVGids.nl).
  • Select favourite programs, which remain highlighted in the future (saved using HTML5 local storage).

Issues & TODO

  • Add timestamp to favourite programs, and remove entries older than 7 days to prevent clogging.