Skip to content

Smullle/RealTimeTrainInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealTimeTrainInfo

Small project to parse XML data from Irish Rail real time data (http://api.irishrail.ie/realtime/)

API calls, parsing and webserver hosting are all contained in app.py

  • requests library is used to fetch XML using above API
  • xml.etree.ElementTree used to parse XML as element tree
  • Flask hosts the webserver and pases train info to HTML using render template

Templates folder contains files to be rendered by flask

List of incoming trains


No trains listed

About

Small project to parse XML data from Irish Rail real time data (http://api.irishrail.ie/realtime/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published