Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
/ skynode Public archive

A simple Sky television EPG written in Node.js, Express and Jade.

Notifications You must be signed in to change notification settings

glynnbird/skynode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkyNode

  ________  __   ___  ___  ___  _____  ___      ______    ________    _______  
 /"       )|/"| /  ")|"  \/"  |(\"   \|"  \    /    " \  |"      "\  /"     "| 
(:   \___/ (: |/   /  \   \  / |.\\   \    |  // ____  \ (.  ___  :)(: ______) 
 \___  \   |    __/    \\  \/  |: \.   \\  | /  /    ) :)|: \   ) || \/    |   
  __/  \\  (// _  \    /   /   |.  \    \. |(: (____/ // (| (___\ || // ___)_  
 /" \   :) |: | \  \  /   /    |    \    \ | \        /  |:       :)(:      "| 
(_______/  (__|  \__)|___/      \___|\____\)  \"_____/   (________/  \_______) 

Introduction

This project was written as exercise to see try out Node.js, Express and Jade. It uses the Sky EPG API to pull back UK television schedules and presents them as a series of web pages.

Installation

Run

npm install

to install the dependencies (listed in package.json), then:

node epg.js

and your website will be available on port 3000 e.g. http://localhost:3000/

About

A simple Sky television EPG written in Node.js, Express and Jade.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published