Online Dutch TV guide using the tvgids.nl API

Taddeus Kroes 295c45afed Added 'keywords' meta tag há 12 anos atrás
lib 4c98cbfdc9 Removed unused file há 12 anos atrás
.gitignore b89c305e1d Removed generated file from repo index há 12 anos atrás
Makefile 69c37cedf1 Added minifying target to Makefile há 12 anos atrás
README.md e065446858 Typo há 12 anos atrás
channels.js 59adfe9c18 First working version há 12 anos atrás
channels.php 59adfe9c18 First working version há 12 anos atrás
details.php 6c31eac0ec Added details panel há 12 anos atrás
guide.coffee ab373e10b8 Added help popup há 12 anos atrás
index.php 295c45afed Added 'keywords' meta tag há 12 anos atrás
loading.gif 0531a92cd0 Added loading screen, fixed some minor CSS issues há 12 anos atrás
programs.php 59adfe9c18 First working version há 12 anos atrás
settings.coffee 7a1a589e0c Added comedy Central to default channel list há 12 anos atrás
settings.php 80606acba3 Added contact link há 12 anos atrás
style.sass ab373e10b8 Added help popup há 12 anos atrás

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://tkroes.nl/tvgids.

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.