An open API service indexing awesome lists of open source software.

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?

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
```