https://github.com/mdb/next-34
Where is the closest SEPTA route 34 trolley stop? When are the next scheduled stops?
https://github.com/mdb/next-34
Last synced: 11 days ago
JSON representation
Where is the closest SEPTA route 34 trolley stop? When are the next scheduled stops?
- Host: GitHub
- URL: https://github.com/mdb/next-34
- Owner: mdb
- Created: 2015-12-28T13:08:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T02:48:19.000Z (almost 10 years ago)
- Last Synced: 2025-04-17T16:55:29.533Z (about 1 year ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# next-34
When/where can I catch the next SEPTA route 34 trolley?
A minimal HTML5/JS application that reports the closest route 34 trolley stop and the next 4 scheduled east/west stops.
[mdb.github.io/next-34 »](http://mdb.github.io/next-34/)
## Development
`next-34` relies on Node.js & Gulp.
### Working locally:
```
npm install
gulp
open http://localhost:4000
```
### Building for production:
Compile source code to a `dist` directory of static assets:
```
gulp build
```
Deploy to `gh-pages`
```
gulp deploy
```