Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

LionelMartin/node-xmltv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xmltv

This repo was archived. Consider using the more recent fork https://github.com/nice-shot/node-xmltv

A xmltv reader based on sax.

Getting Started

Install the module with: npm install xmltv It's not yet in npm though !

var xmltv = require('xmltv');
xmltv.on("programme", function(programme) {
  //Do something with programmes one by one as they are parsed
});
xmltv.parseFile("tvguide.xml");

License

Copyright (c) 2013 Lionel Martin
Licensed under the MIT license.

About

A xmltv parser for node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published