Skip to content

koos/kvb-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ccb6017 · Feb 23, 2013

History

52 Commits
May 6, 2012
Apr 30, 2012
Apr 28, 2012
Apr 28, 2012
Apr 11, 2012
Feb 23, 2013
Apr 11, 2012
Apr 11, 2012
Apr 11, 2012
Apr 28, 2012
Apr 11, 2012
Apr 11, 2012
Apr 30, 2012
Apr 28, 2012
May 7, 2012
May 7, 2012
Apr 13, 2012
Apr 11, 2012
Apr 11, 2012

Repository files navigation

Open KVB API Project

This is an inofficial KVB API Project. Only a prototype. Use it as it is.

Usage

Request

http://kvb-api.herokuapp.com/stations/:ID(.json)

e.g.: http://kvb-api.herokuapp.com/stations/236.json

Response

{
  "station": {
  "id": 1,
  "name": "Piusstraße",
  "description": "",
  "lat": 50.9460194,
  "lng": 6.9259056,
  "station_identifier": 236,
  "amenities_list": [
    "kiosk",
    "escalator",
    "underground",
    "ticket_machine",
    "backery",
    "food"
  ],
  []
  }
}

TODO

  • Test

  • Import Data into DB

  • Build an interface to let people edit data

  • Build a first client

Resources

Credits

Copyright © 2009-2011 Jan Kus released under the MIT license