https://github.com/renaun/CaltrainTimes
  
  
    Cross platform application for viewing Caltrain train schedule. 
    https://github.com/renaun/CaltrainTimes
  
        Last synced: 6 months ago 
        JSON representation
    
Cross platform application for viewing Caltrain train schedule.
- Host: GitHub
- URL: https://github.com/renaun/CaltrainTimes
- Owner: renaun
- License: other
- Created: 2011-09-08T21:43:08.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-07T23:26:24.000Z (about 13 years ago)
- Last Synced: 2024-08-04T05:06:04.413Z (about 1 year ago)
- Language: ActionScript
- Homepage: http://renaun.com/blog/apps/caltraintimes/
- Size: 1.52 MB
- Stars: 28
- Watchers: 4
- Forks: 7
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README
- License: LICENSE
 
Awesome Lists containing this project
- awesome-actionscript-sorted - CaltrainTimes - Cross platform application for viewing Caltrain train schedule. (Unsorted / Other API)
README
          Source code for the Caltrain Times application.
More info about the application can be found here:
http://renaun.com/blog/apps/caltraintimes/
The Flash Builder project files are not included because of 
certain references it makes to my local machine. You will
want to create a Flex Mobile project with Flash Builder 4.5.1.
License is a Creative Commons (see LICENSE file for details):
Attribution-NonCommercial-ShareAlike 3.0 United States
------
Note: I can't include the fonts with this project. But
I did provide a fonts.swc that provide most of the fonts
for you try at least try and compile the project.
If you have the fonts listed in style.css then just put them into
the /src/assets/fonts/ folder.
If you do not, then change style.css to style_fonts_in_swc.css and
uncomment the Font code in CaltrainTimesScript.as file.
------