Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/swissmanu/takemethere
- Owner: swissmanu
- License: mit
- Created: 2014-01-07T17:36:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T21:52:05.000Z (about 9 years ago)
- Last Synced: 2024-12-09T09:18:17.370Z (18 days ago)
- Language: TypeScript
- Homepage: http://swissmanu.github.io/takemethere/
- Size: 941 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```