Skip to content

A demonstration app for the Molly Project to show the status of transit lines

Notifications You must be signed in to change notification settings

mollyproject/molly-transit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This is an app for Molly (http://mollyproject.org/) which was used to
demonstrate how to create a sample Molly app at Dev8D 2011

It provides a "transit line status" app on the Molly homepage, with two
providers to demonstrate the separation between providers and views.

It can display the London Underground line status (from TfL) and the status
of the Subway lines (from SPT).

Adding to Molly
---------------

To add this app to a Molly install, you need to add it to the APPLICATIONS
setting:

    Application('transit_status', 'transit_status', 'Tube Status',
        provider=Provider('transit_status.providers.TubeStatusProvider')),

About

A demonstration app for the Molly Project to show the status of transit lines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages