Skip to content

BartNOW is a simple WinJS Single Page Web app to help you find your next BART train in the San Francisco Bay area. Frameworks used are WinJS and Backbonejs. You can find the live app at http://bartnow.azurewebsites.net

Notifications You must be signed in to change notification settings

sedouard/bartnow-winjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bartnow-winjs

BartNOW is a simple WinJS app to help you find your next BART train in the San Francisco Bay area. Frameworks used are WinJS and Backbonejs. You can find the live app at http://bartnow.azurewebsites.net

#What is this?

BartNOW demonstrates using WinJS to create a practical application using the WinJS framework with Backbone's MVC features.

#How does it all come together?

Each page is a composed of static HTML, CSS and Javascript. Navigation, models and views are defined in index.js. Using WinJS for its UI components and data binding, we can host all the pages within index.html by rendering our html in a single div.

#Setup

Not much to do! Simply host the root folder (containing index.html) on a static website and the app will do the rest by calling the custom BartNOW apis.

To run the app locally, checkout the sedouard/bartnow-backend nodejs project. Run the backend server locally on your port of interest.

Inside index.js, change the first line of code starting with $.ajaxprefilter to your local server and port (like http://localhost:8080).

#Needed Features

-Favorite Stations -Cordova Integration -Push notifications for alerts (via Cordova)

About

BartNOW is a simple WinJS Single Page Web app to help you find your next BART train in the San Francisco Bay area. Frameworks used are WinJS and Backbonejs. You can find the live app at http://bartnow.azurewebsites.net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages