Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/swissmanu/takemethere

Add your favorite Swiss public transportation routes and get upcoming departure times for them on one sight.
https://github.com/swissmanu/takemethere

Last synced: 10 days ago
JSON representation

Add your favorite Swiss public transportation routes and get upcoming departure times for them on one sight.

Awesome Lists containing this project

README

        

# Take Me There
Add your favorite Swiss public transportation routes and get upcoming departure times for them on one sight.

Public transportation data is fetched from the awesome [Swiss public transport API](http://transport.opendata.ch/) provided by [opendata.ch](http://opendata.ch/).

## Technology Playground
This project is a technology playground for the following tech stack:

* [TypeScript](http://www.typescriptlang.org/)
* [React](http://facebook.github.io/react/)
* [Redux](https://github.com/rackt/redux)
* [material-ui](http://material-ui.com/#/)

## Online Demo
A (more or less updated) version of the app is available under http://swissmanu.github.io/takemethere/.

## Development
`npm install` will prepare everything: Install dependencies and install TypeScript typings usind `tsd`.

```bash
npm install
npm run dev-server
```