https://github.com/connor11528/digital-matatus-api
map nairobi matatu routes using digitalmatatus' data
https://github.com/connor11528/digital-matatus-api
Last synced: 11 months ago
JSON representation
map nairobi matatu routes using digitalmatatus' data
- Host: GitHub
- URL: https://github.com/connor11528/digital-matatus-api
- Owner: connor11528
- Created: 2014-02-22T11:56:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T10:45:30.000Z (over 10 years ago)
- Last Synced: 2025-01-05T13:25:28.262Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 34.3 MB
- Stars: 4
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Digital matatus API
========
** work in progress **
www.digitalmatatus.com
Javascript application serving JSON about Nairobi's matatu (public bus) routes
120 routes mapped
version 1 routes serve json files
```
/api/v1/routes'
/api/v1/routes/:route_id'
/api/v1/routes/getShape/:route_id
/api/v1/shapes
/api/v1/shapes/:shape_id
/api/v1/trips
```
version 2 will parse the csv on server:
```
/api/routes
/api/shapes
/api/trips
```
no practical differences between the data that'll be served
consumer source: https://github.com/jasonshark/digital-matatu-client